mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-13 10:42:16 +01:00
add light mode
This commit is contained in:
@@ -14,8 +14,8 @@ defineProps<{
|
||||
<div
|
||||
:class="[
|
||||
current
|
||||
? 'bg-menu-active text-white'
|
||||
: 'text-muted group-hover:text-white group-hover:bg-menu-active ',
|
||||
? 'bg-menu-active text-text-primary'
|
||||
: 'text-muted group-hover:text-text-primary group-hover:bg-menu-active ',
|
||||
'group flex gap-x-2 rounded-md transition leading-6 py-1 px-2 font-medium text-sm items-center',
|
||||
]">
|
||||
<component
|
||||
|
||||
Reference in New Issue
Block a user