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 d9c2e54 commit ce95bf8Copy full SHA for ce95bf8
1 file changed
samples/interactions/chat/styling/src/layout.css
@@ -4,15 +4,15 @@
4
}
5
6
igc-chat {
7
- border-radius: 8px;
+ border-radius: .5rem;
8
9
10
igc-chat::part(message-container) {
11
12
13
14
igc-chat::part(suggestion) {
15
margin: .125rem;
16
- border-radius: 20px;
+ border-radius: 1.25rem;
17
cursor: pointer;
18
-}
+}
0 commit comments