Skip to content

Commit 79e885e

Browse files
committed
fix: set 16px as border-radius for Reactions' buttons
1 parent 2602ff7 commit 79e885e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/Reactions/Reactions.scss

+4
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ $block: '.#{variables.$ns}reactions';
1212
padding: 16px;
1313
}
1414

15+
&__reaction-button {
16+
--g-button-border-radius: 16px;
17+
}
18+
1519
&__reaction-button-content_size_xs {
1620
font-size: 12px;
1721
}

0 commit comments

Comments
 (0)