fix: styles and make it responsive

This commit is contained in:
2025-07-26 16:49:17 +03:30
committed by Koosha Lahouti
parent a782043767
commit 0e2f724f14
7 changed files with 478 additions and 197 deletions

View File

@@ -24,11 +24,9 @@ export function DateOfBirth() {
textField: {
fullWidth: true,
sx: {
width: {
xs: '100%',
sm: '70%',
md: '309px',
},
flex: '1 1 260px',
maxWidth: '309px',
width: '100%',
},
},
}}