fix(AuthenticationCard): adjust maxWidth and set width to 100%

This commit is contained in:
2026-06-26 23:48:47 +03:30
parent 146cad061d
commit edb05876d5

View File

@@ -20,8 +20,8 @@ export const AuthenticationCard = ({
}, },
mx: 2, mx: 2,
boxSizing: 'border-box', boxSizing: 'border-box',
maxWidth: 636, width: '100%',
maxWidth: 600,
...sx, ...sx,
}} }}
> >