Skip to content

Commit 7a56908

Browse files
fixed
1 parent bedc11f commit 7a56908

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

src/ui/components/Filters/index.tsx

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,10 +548,19 @@ const FilterComponent = ({
548548
fontSize: '12px',
549549
display: 'flex',
550550
fontFamily: 'Rubik',
551-
// color: 'red',
552551

553552
// ...base,
554553
}),
554+
singleValue: (provided: any) => ({
555+
...provided,
556+
fontSize: '12px',
557+
fontFamily: 'Rubik',
558+
}),
559+
option: (provided: any) => ({
560+
...provided,
561+
fontSize: '12px',
562+
fontFamily: 'Rubik',
563+
}),
555564
};
556565

557566
function checkForName(typeName: string, value: string) {

0 commit comments

Comments
 (0)