feat: text field styles

This commit is contained in:
karishmas6
2024-08-29 23:14:04 +05:30
parent 6313f1a69e
commit a2daa730d4

View File

@@ -196,7 +196,14 @@ export const InterpretationLog = () => {
value={customValue}
onChange={handleCustomValueChange}
placeholder="Enter number"
sx={{ marginLeft: '10px', marginTop: '10px', color: 'white' }}
sx={{
marginLeft: '10px',
marginTop: '-8px',
width: '80px',
'& input': {
padding: '10px',
},
}}
/>
)}
</RadioGroup>