tried to desactivate SSR without success and fixed chromacase logo in scaffold auth

This commit is contained in:
Clément Le Bihan
2023-11-28 15:20:30 +01:00
parent 3b89387b12
commit 7f282e2ec5
2 changed files with 9 additions and 6 deletions
+1
View File
@@ -36,6 +36,7 @@ const ThemeProvider = ({ children }: { children: JSX.Element }) => {
return (
<NativeBaseProvider
isSSR={false}
theme={extendTheme({
config: {
useSystemColorMode: false,