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:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user