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, }}