We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c7d732 commit 5a8ff6fCopy full SHA for 5a8ff6f
1 file changed
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: '#eee',
35
padding: '0.75rem 1rem',
36
margin: '-1rem -1rem 1rem -1rem',
37
display: 'flex',
0 commit comments