Skip to content

Commit eb54f16

Browse files
committed
update:padding
Signed-off-by: FaheemOnHub <[email protected]>
1 parent 34bd441 commit eb54f16

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)