Shrink font-size in sidebar and command menu 1pt

This commit is contained in:
Tom Moor
2023-04-08 14:17:04 -04:00
parent 3115bbd5ef
commit 64ed25c1a2
2 changed files with 2 additions and 2 deletions

View File

@@ -90,7 +90,7 @@ const Content = styled(Flex)`
`;
const Item = styled.div<{ active?: boolean }>`
font-size: 15px;
font-size: 14px;
padding: 9px 12px;
margin: 0 8px;
border-radius: 4px;

View File

@@ -236,7 +236,7 @@ const Link = styled(NavLink)<{
${breakpoint("tablet")`
padding: 4px 8px 4px 16px;
font-size: 15px;
font-size: 14px;
`}
@media (hover: hover) {