user primary color from palette to improve color contrast of tabs in Search modal
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
This commit is contained in:
@@ -28,7 +28,7 @@ const useStyles = makeStyles((theme: BackstageTheme) => ({
|
||||
height: '50px',
|
||||
fontWeight: theme.typography.fontWeightBold,
|
||||
fontSize: theme.typography.pxToRem(13),
|
||||
color: theme.palette.textSubtle,
|
||||
color: theme.palette.text.primary,
|
||||
minWidth: '130px',
|
||||
},
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user