Skip to content

Commit 69e2e32

Browse files
committed
Update
Signed-off-by: vr-varad <varadgupta21@gmail.com>
1 parent 2d01e8c commit 69e2e32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/custom/UniversalFilter.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export interface UniversalFilterProps {
2929
}
3030

3131
export const FilterHeader = styled('div')(({ theme }) => ({
32-
background: theme.palette.mode === 'light' ? lightModalGradient.fotter : darkModalGradient.fotter,
32+
background: theme.palette.mode === 'light' ? lightModalGradient.header : darkModalGradient.header,
3333
padding: '0.75rem 1rem',
3434
margin: '-1rem -1rem 1rem -1rem',
3535
display: 'flex',

0 commit comments

Comments
 (0)