Skip to content

Commit 8186081

Browse files
authored
Update UniversalFilter.tsx
Signed-off-by: Varad Gupta <114755221+vr-varad@users.noreply.github.com>
1 parent 85757eb commit 8186081

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
@@ -31,7 +31,7 @@ export interface UniversalFilterProps {
3131

3232
export const FilterHeader = styled('div')(({ theme }) => ({
3333
background: theme.palette.surface.tint,
34-
color: theme.palette.text.inverse,
34+
color: '#eee',
3535
padding: '0.75rem 1rem',
3636
margin: '-1rem -1rem 1rem -1rem',
3737
display: 'flex',

0 commit comments

Comments
 (0)