Skip to content

Commit e16f5a9

Browse files
committed
chore(badge): make host's border radius the same as the internal badge itself
this would allow adding styles by consumers directly to the badge for example, a `box-shadow` or `border`
1 parent 7ad30a7 commit e16f5a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/badge/badge.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
flex-shrink: 0;
2020
min-height: var(--limel-min-badge-size);
2121
min-width: var(--limel-min-badge-size);
22+
border-radius: var(--limel-min-badge-size);
2223
}
2324

2425
span {

0 commit comments

Comments
 (0)