From d21898d42a33d274b0d201f5c75f9cf8a508e795 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Thu, 29 Aug 2024 23:16:00 +0530 Subject: [PATCH] feat: increase margin top --- src/components/molecules/InterpretationLog.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/molecules/InterpretationLog.tsx b/src/components/molecules/InterpretationLog.tsx index ca31cff3..c43fee05 100644 --- a/src/components/molecules/InterpretationLog.tsx +++ b/src/components/molecules/InterpretationLog.tsx @@ -198,7 +198,7 @@ export const InterpretationLog = () => { placeholder="Enter number" sx={{ marginLeft: '10px', - marginTop: '-8px', + marginTop: '-3px', '& input': { padding: '10px', },