Skip to content

Commit

Permalink
style: fix badge h (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
dohui-son authored Mar 14, 2024
1 parent 366bc21 commit 79343e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Badge/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const Container = styled.div<{ bg: string }>`
gap: 6px;
justify-content: center;
align-items: center;
height: 18px;
height: 22px;
padding: 2px 8px;
border-radius: 10px;
background-color: ${({ bg }) => bg};
Expand Down

0 comments on commit 79343e3

Please sign in to comment.