Skip to content

Commit

Permalink
fix: use same text color for excluded and selectedExcluded
Browse files Browse the repository at this point in the history
  • Loading branch information
T-Wizard committed Mar 15, 2023
1 parent 41029e3 commit 1519ada
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ const RowColRoot = styled('div', {
[`& .${classes.XS}`]: {
...getSelectedStyle({ theme }),
background: theme.palette.selected.excluded,
color: theme.palette.selected.mainContrastText,
color: theme.palette.selected.excludedContrastText,
border: isGridMode ? 'none' : undefined,
},

Expand Down

0 comments on commit 1519ada

Please sign in to comment.