diff --git a/.github/.gitattributes b/.gitattributes similarity index 100% rename from .github/.gitattributes rename to .gitattributes diff --git a/src/components/SettingsModal.tsx b/src/components/SettingsModal.tsx index eb9309c..28a58ab 100644 --- a/src/components/SettingsModal.tsx +++ b/src/components/SettingsModal.tsx @@ -150,7 +150,7 @@ export function SettingsModal({ isOpen, setIsOpen }: SettingsModalProps) { - `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}