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.
2 parents 9b9b690 + 6acae80 commit a7c406eCopy full SHA for a7c406e
src/custom/UniversalFilter.tsx
@@ -30,7 +30,8 @@ export interface UniversalFilterProps {
30
}
31
32
export const FilterHeader = styled('div')(({ theme }) => ({
33
- background: theme.palette.mode === 'light' ? lightModalGradient.header : darkModalGradient.header,
+ background: theme.palette.surface.tint,
34
+ color: theme.palette.common.white,
35
padding: '0.75rem 1rem',
36
margin: '-1rem -1rem 1rem -1rem',
37
display: 'flex',
0 commit comments