feat: set border radius of left right corners

This commit is contained in:
karishmas6
2024-10-28 06:30:59 +05:30
parent e94e0708f3
commit c82d0fa733

View File

@@ -151,6 +151,7 @@ export const InterpretationLog: React.FC<InterpretationLogProps> = ({ isOpen, se
height: 500,
width: width - 10,
display: 'flex',
borderRadius: '10px 10px 0 0',
},
}}
>