Skip to content

Commit e7dd6f9

Browse files
committed
feat(badge): add gap between contents of badge
1 parent ba22e4a commit e7dd6f9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

projects/igniteui-angular/core/src/core/styles/components/badge/_badge-theme.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
box-shadow: var-get($theme, 'elevation');
2828
overflow: hidden;
2929
padding-inline: pad-inline(rem(4px), rem(6px), if($variant == 'indigo', rem(6px), rem(8px)));
30+
gap: rem(2px);
3031

3132
&:has(igx-icon:only-child) {
3233
padding-inline: 0;

0 commit comments

Comments
 (0)