diff --git a/components/theme-toggle.tsx b/components/theme-toggle.tsx index f3c3869..65af0d5 100644 --- a/components/theme-toggle.tsx +++ b/components/theme-toggle.tsx @@ -25,7 +25,7 @@ export function ThemeToggle() { aria-label={theme === 'dark' ? '切換為淺色主題' : '切換為深色主題'} > - {theme === 'dark' ? '●' : '○'} + {theme === 'dark' ? '☀' : '☾'} );