Created
May 28, 2022 15:21
-
-
Save edulanasca/71679919953fcb4cee88506393ab62f4 to your computer and use it in GitHub Desktop.
Config theme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { extendTheme, type ThemeConfig } from '@chakra-ui/react' | |
const config: ThemeConfig = { | |
initialColorMode: 'dark', | |
useSystemColorMode: false, | |
} | |
const theme = extendTheme({ config }); | |
export default theme |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment