We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7168e54 commit 6acae80Copy full SHA for 6acae80
src/custom/UniversalFilter.tsx
@@ -31,7 +31,7 @@ export interface UniversalFilterProps {
31
32
export const FilterHeader = styled('div')(({ theme }) => ({
33
background: theme.palette.surface.tint,
34
- color: '#eee',
+ color: theme.palette.common.white,
35
padding: '0.75rem 1rem',
36
margin: '-1rem -1rem 1rem -1rem',
37
display: 'flex',
0 commit comments