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.
1 parent ef3a5a3 commit 1a8a500Copy full SHA for 1a8a500
2 files changed
samples/interactions/chat/features/src/index.ts
@@ -47,7 +47,10 @@ igc-avatar {
47
--ig-avatar-size: 60px;
48
--ig-avatar-color: var(--ig-success-500-contrast);
49
--ig-avatar-background: var(--ig-success-500);
50
- --ig-avatar-border-radius: 20px;
+}
51
+
52
+igc-avatar::part(base) {
53
+ border-radius: 20px;
54
}
55
\`\`\`
56
`,
samples/layouts/avatar/styling/src/AvatarStyle.css
@@ -2,5 +2,8 @@ igc-avatar {
2
3
4
5
6
7
8
9
0 commit comments