Ryan McCabe

Results 1 comments of Ryan McCabe

Have you tried creating a `config` variable with the `ThemeConfig` type and passing that in to extendTheme? ``` const config: ThemeConfig = { initialColorMode: 'dark', useSystemColorMode: false, }; const theme...