App Inspect rounded container

Summary: ^

Reviewed By: antonk52

Differential Revision: D47591057

fbshipit-source-id: 5f3f308fb252245ebe510dd98b4cbd7ea7c6e27e
This commit is contained in:
Lorenzo Blasa
2023-07-19 06:12:07 -07:00
committed by Facebook GitHub Bot
parent be9e645b53
commit 532f6ff1ee
2 changed files with 8 additions and 7 deletions

View File

@@ -15,11 +15,7 @@ import {Button, Tooltip, Typography} from 'antd';
import {InfoCircleOutlined} from '@ant-design/icons';
export const LeftSidebar: React.FC = ({children}) => (
<Layout.Container
borderRight
style={{paddingTop: theme.space.small}}
grow
shrink>
<Layout.Container style={{paddingTop: theme.space.small}} grow shrink>
{children}
</Layout.Container>
);