Skip to content

Commit f33285f

Browse files
Customizing chip icon is not proper in documentation
Customizing chip icon is not proper in documentation https://dev.azure.com/EssentialStudio/Ej2-Web/_workitems/edit/968312
1 parent 14e0157 commit f33285f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

blazor/chip/style.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Use the following CSS to customize the chip text properties.
2828
Use the following CSS to customize the chip icon properties.
2929

3030
```css
31-
.e-chip .e-icon {
31+
.e-chip .e-chip-icon {
3232
background-image: url('https://ej2.syncfusion.com/demos/src/chips/images/laura.png');
3333
opacity: 0.8;
3434
}
@@ -83,4 +83,4 @@ Use the following CSS to customize the chip avatar text properties.
8383
background-color: #d51a1a;
8484
color: #fafafa;
8585
}
86-
```
86+
```

0 commit comments

Comments
 (0)