feat: login form and page with country code part and animation

This commit is contained in:
Sajad Mirjalili
2025-07-18 02:54:03 +03:30
parent 81904f7fd6
commit 381e274851
12 changed files with 249 additions and 27 deletions

View File

@@ -25,6 +25,21 @@ export const CustomThemeProvider: React.FC<{ children: React.ReactNode }> = ({
cssVariables: {
colorSchemeSelector: 'class',
},
components: {
MuiTextField: {
defaultProps: {
variant: 'outlined',
fullWidth: true,
},
},
MuiButton: {
defaultProps: {
size: 'large',
fullWidth: true,
variant: 'contained',
},
},
},
spacing: 8,
typography: typography,
});