Fixed search accordion icon color
Signed-off-by: Harrison Hogg <hhogg@spotify.com>
This commit is contained in:
@@ -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%',
|
||||
|
||||
Reference in New Issue
Block a user