Merge pull request #23249 from backstage/styling/accordion-icon

Fixed search accordion icon color
This commit is contained in:
Fredrik Adelöw
2024-03-12 13:38:22 +01:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-search': patch
---
Remove the hardcoded 'black' color give to the search type accordion icon as it doesn't work with dark themes
@@ -43,7 +43,7 @@ const useStyles = makeStyles(theme => ({
paddingTop: theme.spacing(1),
},
icon: {
color: theme.palette.common.black,
color: theme.palette.text.primary,
},
list: {
width: '100%',