Fix check mark in SettingsModal

This commit is contained in:
Richard Roberson 2025-02-11 21:31:11 -07:00
parent 8b7a3195b2
commit 99dbcd004c
2 changed files with 1 additions and 1 deletions

View file

@ -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}