Skip to content

Commit

Permalink
fix: css pill size (#1109)
Browse files Browse the repository at this point in the history
  • Loading branch information
andyesp authored Jul 19, 2023
1 parent 82df816 commit aa9ebba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Common/Pill.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
margin-right: 0.25em;
}

.Pill--small {
.Pill--sm {
padding: 0 6px;
height: 19px;
font-size: 10px;
line-height: 13px;
}

.Pill--default {
.Pill--md {
height: 24px;
font-size: 12px;
line-height: 18px;
Expand Down

0 comments on commit aa9ebba

Please sign in to comment.