feat: align items center
This commit is contained in:
@@ -7,6 +7,7 @@ import { useGlobalInfoStore } from '../../context/globalInfo';
|
|||||||
const FormContainer = styled(Box)({
|
const FormContainer = styled(Box)({
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
flexDirection: 'column',
|
flexDirection: 'column',
|
||||||
|
alignItems: 'center',
|
||||||
gap: '16px',
|
gap: '16px',
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user