fix(left-sidebar): remove top border radius
This commit is contained in:
parent
8c244fd427
commit
845914e71a
|
@ -48,8 +48,6 @@ const LeftSidebar = () => {
|
|||
minHeight={'14vh'}
|
||||
style={{
|
||||
padding: '8px',
|
||||
borderTopLeftRadius: '16px',
|
||||
borderBottomLeftRadius: '16px',
|
||||
border: '1px solid #F0F2F5',
|
||||
}}
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue