Skip to content

Commit

Permalink
Fix colorScheme
Browse files Browse the repository at this point in the history
  • Loading branch information
polarker committed Aug 25, 2023
1 parent 4ba2ea2 commit 39db19e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function App() {
const [colorScheme, setColorScheme] = useLocalStorage<ColorScheme>({
key: 'mantine-color-scheme',
defaultValue: 'light',
getInitialValueInEffect: true,
getInitialValueInEffect: false,
})

const [network] = useNetworkId()
Expand Down

0 comments on commit 39db19e

Please sign in to comment.