Skip to content

Commit

Permalink
fix: use theme on loading screen
Browse files Browse the repository at this point in the history
  • Loading branch information
filipesilva committed Apr 13, 2022
1 parent f560575 commit f57a3c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/js/theme/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -591,8 +591,8 @@ const components = {
Tooltip.defaultProps = { ...Tooltip.defaultProps, openDelay: 500 }

const config = {
initialColorMode: 'dark',
useSystemColorMode: true,
initialColorMode: 'system',
colorModeManager: 'localStorage',
}

const styles = {
Expand Down

0 comments on commit f57a3c4

Please sign in to comment.