diff --git a/desktop/flipper-ui-core/src/sandy-chrome/LeftRail.tsx b/desktop/flipper-ui-core/src/sandy-chrome/LeftRail.tsx index 53ed50f1c..ae5d4e602 100644 --- a/desktop/flipper-ui-core/src/sandy-chrome/LeftRail.tsx +++ b/desktop/flipper-ui-core/src/sandy-chrome/LeftRail.tsx @@ -68,6 +68,7 @@ import {openDeeplinkDialog} from '../deeplink'; import {css} from '@emotion/css'; import {getRenderHostInstance} from '../RenderHost'; import openSupportRequestForm from '../fb-stubs/openSupportRequestForm'; +import {StyleGuide} from './StyleGuide'; const LeftRailButtonElem = styled(Button)<{kind?: 'small'}>(({kind}) => ({ width: kind === 'small' ? 32 : 36, @@ -216,10 +217,6 @@ const submenu = css` } `; -const MenuDividerPadded = styled(Menu.Divider)({ - marginBottom: '8px !important', -}); - function ExtrasMenu() { const store = useStore(); @@ -280,14 +277,24 @@ function ExtrasMenu() { Export shareable link ) : null} -