From 74c0df9783363634fc67272d3c5c2a3d5ba8f620 Mon Sep 17 00:00:00 2001 From: kuekhaoyang Date: Sun, 16 Nov 2025 23:16:30 +0800 Subject: [PATCH] Enhance UI components with improved backdrop filters and shadow effects; update ThemeSwitcher, Badge, and Button styles for better visual consistency --- components/ThemeSwitcher.tsx | 2 +- components/ui/Badge.tsx | 5 +++-- components/ui/Button.tsx | 4 +++- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/components/ThemeSwitcher.tsx b/components/ThemeSwitcher.tsx index e7c00b4..ef5d6da 100644 --- a/components/ThemeSwitcher.tsx +++ b/components/ThemeSwitcher.tsx @@ -6,7 +6,7 @@ export function ThemeSwitcher() { const { theme, setTheme } = useTheme(); return ( -
+