We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 34bd441 + eb54f16 commit 884443aCopy full SHA for 884443a
1 file changed
src/custom/UniversalFilter.tsx
@@ -35,7 +35,7 @@ export const FilterHeader = styled('div')(({ theme }) => ({
35
display: 'flex',
36
justifyContent: 'space-between',
37
alignItems: 'center',
38
- color: theme.palette.text.primary
+ color: theme.palette.text.constant?.white
39
}));
40
41
function UniversalFilter({
0 commit comments