feat: align items center

This commit is contained in:
karishmas6
2024-10-11 02:59:21 +05:30
parent 18e52fcc9e
commit 9713c52822

View File

@@ -7,6 +7,7 @@ import { useGlobalInfoStore } from '../../context/globalInfo';
const FormContainer = styled(Box)({
display: 'flex',
flexDirection: 'column',
alignItems: 'center',
gap: '16px',
});