From f97a697f88f25165706e8f60f02733eb83e66148 Mon Sep 17 00:00:00 2001 From: veganbeef Date: Mon, 16 Jun 2025 13:06:58 -0700 Subject: [PATCH] fix: footer dark mode styles --- src/components/ui/Footer.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/ui/Footer.tsx b/src/components/ui/Footer.tsx index 3847d00..6493cb8 100644 --- a/src/components/ui/Footer.tsx +++ b/src/components/ui/Footer.tsx @@ -13,7 +13,7 @@ export const Footer: React.FC = ({ activeTab, setActiveTab, showWal