Skip to content

Commit 60989d8

Browse files
committed
Change reaction boldness
1 parent 1b43a49 commit 60989d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

css/message-reaction.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
aspect-ratio: 1/1;
99
width: 18px;
1010
text-align: center;
11-
font-weight: bolder;
11+
font-weight: 900;
1212
transform: scale(0);
1313
transition-duration: 0.5s;
1414
pointer-events: none;

css/reaction-popup.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
border-radius: 25px;
2525
transition-duration: 0.25s;
2626
cursor: pointer;
27-
font-weight: bolder;
27+
font-weight: 900;
2828
}
2929
.reaction-popup span:hover,
3030
.reaction-popup .reaction-popup-selected {

0 commit comments

Comments
 (0)