diff --git a/src/pages/home/sidebar/GlobalNavigation/index.js b/src/pages/home/sidebar/GlobalNavigation/index.js index e6665930afd8..1a8e923d1ff6 100644 --- a/src/pages/home/sidebar/GlobalNavigation/index.js +++ b/src/pages/home/sidebar/GlobalNavigation/index.js @@ -31,7 +31,7 @@ function GlobalNavigation() { return ( - + {_.map(items, (item) => (
({ height: '100%', }, + sidebarHeaderContainer: { + flexDirection: 'row', + paddingHorizontal: 20, + paddingVertical: 19, + justifyContent: 'space-between', + alignItems: 'center', + }, + subNavigationContainer: { backgroundColor: theme.sidebar, flex: 1, @@ -3722,6 +3730,10 @@ const styles = (theme) => ({ backgroundColor: theme.highlightBG, }, + globalNavigationMenuContainer: { + marginTop: 13, + }, + globalAndSubNavigationContainer: { backgroundColor: theme.highlightBG, },