From 2439534eb6a40b4ba3491a20cc707d0e0b96883e Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Thu, 29 Aug 2024 23:16:16 +0530 Subject: [PATCH] chore: lint --- src/components/molecules/InterpretationLog.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/molecules/InterpretationLog.tsx b/src/components/molecules/InterpretationLog.tsx index c43fee05..8ba9cd2b 100644 --- a/src/components/molecules/InterpretationLog.tsx +++ b/src/components/molecules/InterpretationLog.tsx @@ -197,10 +197,10 @@ export const InterpretationLog = () => { onChange={handleCustomValueChange} placeholder="Enter number" sx={{ - marginLeft: '10px', - marginTop: '-3px', + marginLeft: '10px', + marginTop: '-3px', '& input': { - padding: '10px', + padding: '10px', }, }} />