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