Fixed search accordion icon color

Signed-off-by: Harrison Hogg <hhogg@spotify.com>
This commit is contained in:
Harrison Hogg
2024-02-26 11:37:24 +00:00
parent 3633794dee
commit 70ee3b7c13
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-search': patch
---
Remove the hardcorded '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%',