Skip to content

Commit eb54f16

Browse files
committed
update:padding
Signed-off-by: FaheemOnHub <faheemmushtaq89@gmail.com>
1 parent 34bd441 commit eb54f16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)