feat: complete sign up form added

This commit is contained in:
2025-07-27 22:26:48 +03:30
parent 5d2e05184f
commit 45371337b7
5 changed files with 157 additions and 6 deletions

View File

@@ -46,7 +46,7 @@ export const CustomThemeProvider: React.FC<{ children: React.ReactNode }> = ({
}, [i18n]);
return (
<ThemeProvider theme={theme} defaultMode="system">
<ThemeProvider theme={theme} defaultMode="light">
{children}
</ThemeProvider>
);