feat: margin left

This commit is contained in:
karishmas6
2024-10-11 03:07:11 +05:30
parent 436fb4802f
commit 8f639d8375

View File

@@ -8,6 +8,7 @@ const FormContainer = styled(Box)({
display: 'flex',
flexDirection: 'column',
gap: '16px',
marginLeft: '30px'
});
const FormControl = styled(Box)({