diff --git a/src/screens/settings/Appearance.tsx b/src/screens/settings/Appearance.tsx
index f46387d2..ee0654af 100644
--- a/src/screens/settings/Appearance.tsx
+++ b/src/screens/settings/Appearance.tsx
@@ -33,7 +33,7 @@ import { langCodeToName } from '@/util/language.tsx';
import { AppTheme, appThemes } from '@/lib/ui/AppThemes.ts';
import { createTheme } from '@/theme.ts';
-const ThemePreviewBage = styled(Box)(({ theme }) => ({
+const ThemePreviewBadge = styled(Box)(({ theme }) => ({
width: '15px',
height: '20px',
borderRadius: theme.shape.borderRadius,
@@ -114,8 +114,8 @@ const ThemePreview = ({ theme }: { theme: AppTheme }) => {
p: 1,
}}
>
-
-
+
+