From 99dbcd004c17af4538a0a24f0d62f08b901a7349 Mon Sep 17 00:00:00 2001 From: Richard Roberson Date: Tue, 11 Feb 2025 21:31:11 -0700 Subject: [PATCH] Fix check mark in SettingsModal --- .github/.gitattributes => .gitattributes | 0 src/components/SettingsModal.tsx | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename .github/.gitattributes => .gitattributes (100%) 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}