fix(plugin-api-docs): Fix dark theme Swagger's clear button font color

Signed-off-by: Carlos Esteban Lopez <lcarlosesteb@vmware.com>
This commit is contained in:
Carlos Esteban Lopez
2023-03-06 12:53:48 -05:00
committed by Carlos Lopez
parent 4b5559d43f
commit 8bc7dcec82
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,
},