mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-17 17:55:42 +00:00
fix: actually use light theme instead of compact theme
This commit is contained in:
parent
05a7ec9a82
commit
3d6bb4ac31
@ -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}>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user