We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d01e8c commit 69e2e32Copy full SHA for 69e2e32
1 file changed
src/custom/UniversalFilter.tsx
@@ -29,7 +29,7 @@ export interface UniversalFilterProps {
29
}
30
31
export const FilterHeader = styled('div')(({ theme }) => ({
32
- background: theme.palette.mode === 'light' ? lightModalGradient.fotter : darkModalGradient.fotter,
+ background: theme.palette.mode === 'light' ? lightModalGradient.header : darkModalGradient.header,
33
padding: '0.75rem 1rem',
34
margin: '-1rem -1rem 1rem -1rem',
35
display: 'flex',
0 commit comments