We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c439a5 commit 4846aa8Copy full SHA for 4846aa8
src/components/TabBar/Link.tsx
@@ -37,6 +37,7 @@ const InnerLink = styled.a.attrs({ theme })<LinkProps>`
37
cursor: pointer;
38
font-size: ${get('fontSizes.1')};
39
font-weight: ${get('fontWeights.semibold')};
40
+ font-family: ${get('fonts.normal')};
41
margin-right: ${Spaces[3]};
42
text-decoration: none;
43
0 commit comments