From a2daa730d4ba5241efe5eff7eb0e049b17b32889 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Thu, 29 Aug 2024 23:14:04 +0530 Subject: [PATCH] feat: text field styles --- src/components/molecules/InterpretationLog.tsx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/components/molecules/InterpretationLog.tsx b/src/components/molecules/InterpretationLog.tsx index 802bfdd3..87240871 100644 --- a/src/components/molecules/InterpretationLog.tsx +++ b/src/components/molecules/InterpretationLog.tsx @@ -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', + }, + }} /> )}