Skip to content

Commit e491022

Browse files
Merge branch 'layer5io:master' into page/theme-changer
2 parents 151fbea + a7c406e commit e491022

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/custom/UniversalFilter.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ export interface UniversalFilterProps {
3030
}
3131

3232
export const FilterHeader = styled('div')(({ theme }) => ({
33-
background: theme.palette.mode === 'light' ? lightModalGradient.header : darkModalGradient.header,
33+
background: theme.palette.surface.tint,
34+
color: theme.palette.common.white,
3435
padding: '0.75rem 1rem',
3536
margin: '-1rem -1rem 1rem -1rem',
3637
display: 'flex',

0 commit comments

Comments
 (0)