Fix check mark in SettingsModal
This commit is contained in:
parent
8b7a3195b2
commit
99dbcd004c
2 changed files with 1 additions and 1 deletions
0
.github/.gitattributes → .gitattributes
vendored
0
.github/.gitattributes → .gitattributes
vendored
|
|
@ -150,7 +150,7 @@ export function SettingsModal({ isOpen, setIsOpen }: SettingsModalProps) {
|
|||
<ListboxOption
|
||||
key={theme.id}
|
||||
className={({ active }) =>
|
||||
`cursor-pointer select-none py-2 pl-10 pr-4 ${active ? 'bg-accent/10 text-accent' : 'text-foreground'
|
||||
`relative cursor-pointer select-none py-2 pl-10 pr-4 ${active ? 'bg-accent/10 text-accent' : 'text-foreground'
|
||||
}`
|
||||
}
|
||||
value={theme}
|
||||
|
|
|
|||
Loading…
Reference in a new issue