Changed colour of the overlay components to match navigation color

Signed-off-by: Jasper Boeijenga <jboeijenga@gmail.com>
This commit is contained in:
Jasper Boeijenga
2023-09-25 14:35:16 +02:00
parent 5b1daa2c41
commit 95c8a9f72e
@@ -79,14 +79,14 @@ const useStyles = makeStyles<BackstageTheme, { sidebarConfig: SidebarConfig }>(
overlayHeader: {
display: 'flex',
color: theme.palette.text.primary,
color: theme.palette.navigation.color,
alignItems: 'center',
justifyContent: 'space-between',
padding: theme.spacing(2, 3),
},
overlayHeaderClose: {
color: theme.palette.text.primary,
color: theme.palette.navigation.color,
},
marginMobileSidebar: props => ({