mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
fix: actually use light theme instead of compact theme
This commit is contained in:
@@ -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}>
|
||||
|
||||
Reference in New Issue
Block a user