Skip to content

Commit

Permalink
🎨 - fix: fixed border of badge
Browse files Browse the repository at this point in the history
  • Loading branch information
Xaohs committed Jul 19, 2024
1 parent d850ad6 commit 4503715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/badge/badge.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
color: var(--mykn-badge-color);
align-items: center;
align-self: baseline; // Prevent the badge from unwanted stretching in flex content (use case: Kanban title toolbar).
border-radius: 10px;
border-radius: 2px;
display: inline-flex;
font-family: var(--typography-font-family-body);
font-size: var(--typography-font-size-body-xs);
Expand Down

0 comments on commit 4503715

Please sign in to comment.