feat: remove bg color

This commit is contained in:
karishmas6
2024-09-30 23:37:26 +05:30
parent 2c70ef5aa6
commit a80b58991c

View File

@@ -8,7 +8,6 @@ const FormContainer = styled(Box)({
flexDirection: 'column',
gap: '16px',
padding: '20px',
backgroundColor: '#f9f9f9',
borderRadius: '8px',
});