From c82d0fa733b20a4b32fbac523908720dba595582 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Mon, 28 Oct 2024 06:30:59 +0530 Subject: [PATCH] feat: set border radius of left right corners --- 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 20d14fd2..24ba848b 100644 --- a/src/components/molecules/InterpretationLog.tsx +++ b/src/components/molecules/InterpretationLog.tsx @@ -151,6 +151,7 @@ export const InterpretationLog: React.FC = ({ isOpen, se height: 500, width: width - 10, display: 'flex', + borderRadius: '10px 10px 0 0', }, }} >