diff --git a/src/features/authentication/components/SplashScreen.tsx b/src/features/authentication/components/SplashScreen.tsx index 11bf02ff..8ba659bb 100644 --- a/src/features/authentication/components/SplashScreen.tsx +++ b/src/features/authentication/components/SplashScreen.tsx @@ -10,6 +10,7 @@ import { useTheme } from '@mui/material/styles'; import Stack from '@mui/material/Stack'; import { SuwayomiLogo } from '@/assets/SuwayomiLogo.tsx'; import { ServerAddressSetting } from '@/features/settings/components/ServerAddressSetting.tsx'; +import { ThemeMode } from '@/features/theme/AppThemeContext.tsx'; export const SplashScreen = () => { const theme = useTheme(); @@ -28,13 +29,15 @@ export const SplashScreen = () => { }} > {import.meta.env.DEV && (