Skip to content

Commit 4846aa8

Browse files
committed
fix(tabbar): set font-family -> was "Times" in storybook
1 parent 0c439a5 commit 4846aa8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/TabBar/Link.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ const InnerLink = styled.a.attrs({ theme })<LinkProps>`
3737
cursor: pointer;
3838
font-size: ${get('fontSizes.1')};
3939
font-weight: ${get('fontWeights.semibold')};
40+
font-family: ${get('fonts.normal')};
4041
margin-right: ${Spaces[3]};
4142
text-decoration: none;
4243

0 commit comments

Comments
 (0)