Skip to content

Commit

Permalink
Merge branch 'develop' into 354-admin-tools-notification-icons-need-a…
Browse files Browse the repository at this point in the history
…lt-text
  • Loading branch information
ameliav committed Jun 27, 2024
2 parents e764eef + 5485508 commit 53d3f4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/Search/Styling/filterDrawerStyle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export const StyledWrapper = styled(Wrapper)(({ theme }) => ({
flexFlow: 'row nowrap',
fontSize: '0.7rem',
textTransform: 'uppercase',
color: theme.palette.grey['500'],
color: '#4e4e4e',
'& svg': {
fontSize: '0.7rem',
color: theme.palette.primary.main,
Expand Down

0 comments on commit 53d3f4c

Please sign in to comment.