fix theme
This commit is contained in:
@@ -12,7 +12,7 @@ export const NextTamaguiProvider = ({ children }: { children: ReactNode }) => {
|
||||
<NextThemeProvider
|
||||
skipNextHead
|
||||
enableSystem
|
||||
defaultTheme="light"
|
||||
defaultTheme="system"
|
||||
onChangeTheme={(next) => {
|
||||
setTheme(next as any)
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user