feat: increase margin top

This commit is contained in:
karishmas6
2024-08-29 23:16:00 +05:30
parent 44f701eb4d
commit d21898d42a

View File

@@ -198,7 +198,7 @@ export const InterpretationLog = () => {
placeholder="Enter number" placeholder="Enter number"
sx={{ sx={{
marginLeft: '10px', marginLeft: '10px',
marginTop: '-8px', marginTop: '-3px',
'& input': { '& input': {
padding: '10px', padding: '10px',
}, },