Skip to content

Commit f2159f4

Browse files
committed
fix: update nav bar font
1 parent 3c486b6 commit f2159f4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/NavigationBar.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ const DesktopNavigationBarLink = (props: LinkProps): JSX.Element => {
3333
style={{ textDecoration: 'none', height: '100%' }}
3434
>
3535
<Box justifyContent="center" height="100%" paddingHorizontal={16}>
36-
<Text color="link">{children}</Text>
36+
<Text size={16} weight="600" color="link">
37+
{children}
38+
</Text>
3739
</Box>
3840
</Link>
3941
);

0 commit comments

Comments
 (0)