navbar placeholder

Reviewed By: elboman

Differential Revision: D47398098

fbshipit-source-id: 6e9518b47292b351153015da233574f7abfd0396
This commit is contained in:
Anton Kastritskiy
2023-07-18 03:52:34 -07:00
committed by Facebook GitHub Bot
parent 2111067d01
commit bdd502d54f
4 changed files with 91 additions and 40 deletions

View File

@@ -20,6 +20,7 @@ import {Layout} from './Layout';
const SidebarInteractiveContainer = styled(Interactive)<InteractiveProps>({
display: 'flex',
flex: '0 1 1',
background: theme.backgroundDefault,
});
SidebarInteractiveContainer.displayName = 'Sidebar:SidebarInteractiveContainer';