From 1710f123aa768b60501f1a882eca494e0e0010e1 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sun, 20 Oct 2024 21:23:18 +0530 Subject: [PATCH] feat: apply margin top 10px --- src/components/molecules/InterpretationLog.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/molecules/InterpretationLog.tsx b/src/components/molecules/InterpretationLog.tsx index c8ff22db..0d660e5e 100644 --- a/src/components/molecules/InterpretationLog.tsx +++ b/src/components/molecules/InterpretationLog.tsx @@ -119,6 +119,7 @@ export const InterpretationLog: React.FC = ({ isOpen, se variant="contained" color="primary" sx={{ + marginTop: '10px', color: 'white', position: 'absolute', background: '#ff00c3',