From 64ed25c1a203d6d3c2d9d17c3e45f5eea5b34330 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Sat, 8 Apr 2023 14:17:04 -0400 Subject: [PATCH] Shrink font-size in sidebar and command menu 1pt --- app/components/CommandBarItem.tsx | 2 +- app/components/Sidebar/components/SidebarLink.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/components/CommandBarItem.tsx b/app/components/CommandBarItem.tsx index c99b4a0eb..b733edb9c 100644 --- a/app/components/CommandBarItem.tsx +++ b/app/components/CommandBarItem.tsx @@ -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; diff --git a/app/components/Sidebar/components/SidebarLink.tsx b/app/components/Sidebar/components/SidebarLink.tsx index 172278204..d4e9a707e 100644 --- a/app/components/Sidebar/components/SidebarLink.tsx +++ b/app/components/Sidebar/components/SidebarLink.tsx @@ -236,7 +236,7 @@ const Link = styled(NavLink)<{ ${breakpoint("tablet")` padding: 4px 8px 4px 16px; - font-size: 15px; + font-size: 14px; `} @media (hover: hover) {