Merge pull request #9201 from radoslaw-wielonski-nc/feat/api-subtitle-font-color

Change subtitle of Header style to be more customizable
This commit is contained in:
Johan Haals
2022-01-27 16:03:53 +01:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/core-components': patch
---
Change subtitle of Header style to use palette.bursts.fontColor
@@ -71,7 +71,7 @@ const useStyles = makeStyles<BackstageTheme>(
marginBottom: 0,
},
subtitle: {
color: theme.palette.common.white,
color: theme.palette.bursts.fontColor,
opacity: 0.8,
display: 'inline-block', // prevents margin collapse of adjacent siblings
marginTop: theme.spacing(1),