fix(api-docs): Corrected styling of nested objects in AsyncAPI to avoid inappropriate uppercasing of nested objects
Fixes #16848 Signed-off-by: Justin Edelson <jedelson@pagerduty.com>
This commit is contained in:
@@ -76,6 +76,8 @@ const useStyles = makeStyles((theme: BackstageTheme) => ({
|
||||
...theme.typography.button,
|
||||
borderRadius: theme.shape.borderRadius,
|
||||
color: theme.palette.primary.main,
|
||||
// override whatever may be in the theme's typography to ensure consistency with asyncapi
|
||||
textTransform: 'inherit',
|
||||
},
|
||||
'& a': {
|
||||
color: theme.palette.link,
|
||||
|
||||
Reference in New Issue
Block a user