Skip to content

Commit

Permalink
fix(badge): use expected border-radius token for badge
Browse files Browse the repository at this point in the history
Signed-off-by: astagnol <[email protected]>
  • Loading branch information
astagnol authored and dpellier committed Oct 28, 2024
1 parent dff96da commit bf68c9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ods/src/style/_badge.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ $ods-badge-height-lg: 28px;
flex-flow: row;
grid-gap: 0.25rem;
align-items: center;
border-radius: var(--ods-border-radius-lg);
border-radius: var(--ods-border-radius-sm);
color: var(--ods-color-primary-900);
}

Expand Down

0 comments on commit bf68c9c

Please sign in to comment.