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
@@ -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%',