From 85515fddd339cded0cd11cd2de7051467840c8cd Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Fri, 18 Oct 2024 23:56:49 +0530 Subject: [PATCH] feat: increase padding to 30px --- 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 a3d1e88e..6b5d5597 100644 --- a/src/components/molecules/InterpretationLog.tsx +++ b/src/components/molecules/InterpretationLog.tsx @@ -114,7 +114,7 @@ export const InterpretationLog: React.FC = ({ isOpen, se position: 'fixed', background: '#3f4853', border: 'none', - padding: '10px 20px', + padding: '30px 20px', width: '100%', textAlign: 'left', bottom: 0,