Skip to content

Commit bc5a950

Browse files
shellmayrgaprl
authored andcommitted
fix(dropdownheader): fix font family serif -> sans-serif (#11422)
1 parent 6a8f98b commit bc5a950

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/components/codeKeywords/styles.css.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ export const Selections = styled('div')`
5454
`;
5555

5656
export const DropdownHeader = styled('div')`
57+
font-family:
58+
'Rubik',
59+
-apple-system,
60+
BlinkMacSystemFont,
61+
'Segoe UI';
5762
padding: 6px 8px;
5863
font-size: 0.875rem;
5964
color: #80708f;

0 commit comments

Comments
 (0)