Merge pull request #16718 from luchillo17/fix/BCKSTG-107-Swagger-clear-button-color

Fix dark theme Swagger's clear button font color
This commit is contained in:
Ben Lambert
2023-03-06 21:38:24 +01:00
committed by GitHub
2 changed files with 8 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-api-docs': patch
---
Fix dark theme Swagger's clear button font color.
@@ -25,6 +25,9 @@ const useStyles = makeStyles(theme => ({
fontFamily: theme.typography.fontFamily,
color: theme.palette.text.primary,
['& .btn-clear']: {
color: theme.palette.text.primary,
},
[`& .scheme-container`]: {
backgroundColor: theme.palette.background.default,
},