Skip to content

Commit 47bc779

Browse files
authored
fix(chips-sample): unwrap prefix and suffix icons in wc so they're centered (#15767)
1 parent 4df51e8 commit 47bc779

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/chips/chips.sample.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@ <h6>WC Chip</h6>
5252
shape="circle"
5353
></igc-avatar>
5454
} @if (hasPrefix) {
55-
<span slot="prefix"><igc-icon name="face"></igc-icon></span>
55+
<igc-icon slot="prefix" name="face"></igc-icon>
5656
} @if (customIcons) {
5757
<span slot="select"
5858
><igc-icon name="check_circle"></igc-icon
5959
></span>
6060
<span slot="remove"><igc-icon name="delete"></igc-icon></span>
6161
} @if (hasSuffix) {
62-
<span slot="suffix"><igc-icon name="face"></igc-icon></span>
62+
<igc-icon slot="suffix" name="face"></igc-icon>
6363
} @if (hasProgressbar) {
6464
<igc-circular-progress
6565
class="circular-sample"

0 commit comments

Comments
 (0)