fix: actually use light theme instead of compact theme

This commit is contained in:
Vincent
2025-01-20 13:13:02 +01:00
parent 05a7ec9a82
commit 3d6bb4ac31

View File

@@ -70,7 +70,7 @@ export default function App(): React.ReactElement {
return (
<ConfigProvider
theme={{
algorithm: darkMode ? theme.darkAlgorithm : theme.compactAlgorithm
algorithm: darkMode ? theme.darkAlgorithm : undefined
}}
>
<AuthenticatedContext.Provider value={contextValue}>