We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 180f811 + f33285f commit cf5a1b9Copy full SHA for cf5a1b9
blazor/chip/style.md
@@ -28,7 +28,7 @@ Use the following CSS to customize the chip text properties.
28
Use the following CSS to customize the chip icon properties.
29
30
```css
31
-.e-chip .e-icon {
+.e-chip .e-chip-icon {
32
background-image: url('https://ej2.syncfusion.com/demos/src/chips/images/laura.png');
33
opacity: 0.8;
34
}
@@ -83,4 +83,4 @@ Use the following CSS to customize the chip avatar text properties.
83
background-color: #d51a1a;
84
color: #fafafa;
85
86
-```
+```
0 commit comments