Skip to content

Commit

Permalink
Adjusting contrast on search result tags
Browse files Browse the repository at this point in the history
  • Loading branch information
oomIRL committed Oct 4, 2023
1 parent 23eb2cc commit 998cc9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/src/devex-theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ const createCustomThemeOverrides = (
MuiChip: {
root: {
borderRadius: 3,
backgroundColor: theme.palette.grey[50],
backgroundColor: 'rgba(0, 0, 0, .11)',
color: theme.palette.primary.dark,
margin: 4,
},
Expand Down

0 comments on commit 998cc9f

Please sign in to comment.