From 91195a14ef388460cbc3b38df7689f8a2d9070e2 Mon Sep 17 00:00:00 2001 From: James Mealy Date: Thu, 6 Jun 2024 16:48:24 +0100 Subject: [PATCH] fix: padding and font size for sidebar chips --- src/components/sidebar/SidebarList/index.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/sidebar/SidebarList/index.tsx b/src/components/sidebar/SidebarList/index.tsx index fb6d63b8e3..409275b249 100644 --- a/src/components/sidebar/SidebarList/index.tsx +++ b/src/components/sidebar/SidebarList/index.tsx @@ -86,6 +86,8 @@ export const SidebarListItemCounter = ({ count }: { count?: string }): ReactElem backgroundColor: 'warning.light', transform: 'none', fontWeight: 'bold', + padding: '0 var(--space-1)', + fontSize: '11px', }, ml: 3, }}