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:
Emma Indal
2023-01-20 10:40:59 +01:00
parent 4c6950b5d8
commit 9dd6a59651
@@ -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',
},
}));