Skip to content

Commit 884443a

Browse files
authored
Merge pull request #1072 from FaheemOnHub/fix/1071/fontColor
fix font color in filter div
2 parents 34bd441 + eb54f16 commit 884443a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/custom/UniversalFilter.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export const FilterHeader = styled('div')(({ theme }) => ({
3535
display: 'flex',
3636
justifyContent: 'space-between',
3737
alignItems: 'center',
38-
color: theme.palette.text.primary
38+
color: theme.palette.text.constant?.white
3939
}));
4040

4141
function UniversalFilter({

0 commit comments

Comments
 (0)