feat: set border radius of left right corners
This commit is contained in:
@@ -151,6 +151,7 @@ export const InterpretationLog: React.FC<InterpretationLogProps> = ({ isOpen, se
|
|||||||
height: 500,
|
height: 500,
|
||||||
width: width - 10,
|
width: width - 10,
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
|
borderRadius: '10px 10px 0 0',
|
||||||
},
|
},
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user