Skip to content

Commit 6acae80

Browse files
committed
Fix: Update
Signed-off-by: vr-varad <varadgupta21@gmail.com>
1 parent 7168e54 commit 6acae80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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: '#eee',
34+
color: theme.palette.common.white,
3535
padding: '0.75rem 1rem',
3636
margin: '-1rem -1rem 1rem -1rem',
3737
display: 'flex',

0 commit comments

Comments
 (0)