Skip to content

Commit

Permalink
fix(badge): adjust canopy badge font size
Browse files Browse the repository at this point in the history
  • Loading branch information
tdakhla committed Sep 29, 2023
1 parent b2107d7 commit 33d6426
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/themes/canopy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -577,15 +577,15 @@ export const canopyTheme = {
},
badge: {
borderRadius: '20px',
fontSize: '15px',
fontSize: '14px',
sm: {
borderRadius: '20px',
fontSize: '12px',
padding: '4px 8px',
},
md: {
borderRadius: '20px',
fontSize: '15px',
fontSize: '14px',
padding: '4px 8px',
},
lg: {
Expand Down

0 comments on commit 33d6426

Please sign in to comment.