chore: lint

This commit is contained in:
karishmas6
2024-08-29 23:16:16 +05:30
parent d21898d42a
commit 2439534eb6

View File

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