feat(frontend): change API page subtitle style to use fontColor

Signed-off-by: Radoslaw Wielonski <radoslaw.wielonski@nordcloud.com>
This commit is contained in:
Radoslaw Wielonski
2022-01-27 12:06:34 +01:00
parent c46a99b045
commit 3754cd42af
@@ -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),