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