Skip to content

Commit 96db5de

Browse files
committed
Sort
1 parent 1b87587 commit 96db5de

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/component/src/Activity/Bubble.module.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,15 +88,15 @@
8888

8989
.bubble__nub {
9090
height: var(--webchat__bubble--nub-size);
91-
inset-inline: var(--webchat__bubble--nub-inset-inline);
9291
inset-block: var(--webchat__bubble--nub-inset-block);
92+
inset-inline: var(--webchat__bubble--nub-inset-inline);
9393
width: var(--webchat__bubble--nub-size);
9494
}
9595

9696
.bubble__nub-outline {
9797
fill: var(--webchat__bubble--background);
98-
stroke: var(--webchat__bubble--border-color);
9998
stroke-width: var(--webchat__bubble--border-width);
99+
stroke: var(--webchat__bubble--border-color);
100100
}
101101

102102
/* Bot bubble styles (not from user) - nub on inline-start side */

0 commit comments

Comments
 (0)