Skip to content

Commit

Permalink
fix: padding and font size for sidebar chips
Browse files Browse the repository at this point in the history
  • Loading branch information
jmealy committed Jun 6, 2024
1 parent 0f45fc1 commit 91195a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/sidebar/SidebarList/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}}
Expand Down

0 comments on commit 91195a1

Please sign in to comment.