fix(AuthenticationCard): adjust maxWidth and set width to 100%
This commit is contained in:
@@ -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,
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user