Skip to content

Commit cf5a1b9

Browse files
Merge pull request #6257 from syncfusion-content/PriyankaKarthikeyan14-patch-6
Customizing chip icon is not proper in documentation
2 parents 180f811 + f33285f commit cf5a1b9

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)