Changed colour of the overlay components to match navigation color
Signed-off-by: Jasper Boeijenga <jboeijenga@gmail.com>
This commit is contained in:
@@ -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 => ({
|
||||
|
||||
Reference in New Issue
Block a user