fix(AuthenticationCard): adjust maxWidth and set width to 100%
This commit is contained in:
@@ -20,8 +20,8 @@ export const AuthenticationCard = ({
|
||||
},
|
||||
mx: 2,
|
||||
boxSizing: 'border-box',
|
||||
maxWidth: 636,
|
||||
|
||||
width: '100%',
|
||||
maxWidth: 600,
|
||||
...sx,
|
||||
}}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user