Change emoji reactions bar color

This commit is contained in:
KMY 2023-07-07 07:10:36 +09:00
parent d6b7947001
commit eaa1f9e450
4 changed files with 12 additions and 2 deletions

View file

@ -1346,7 +1346,7 @@ body > [data-popper-placement] {
margin: 12px 0 2px 4px;
.emoji-reactions-bar__button {
background: lighten($ui-base-color, 12%);
background: $emoji-reaction-color;
border: 0;
cursor: pointer;
display: flex;
@ -1355,7 +1355,7 @@ body > [data-popper-placement] {
height: 24px;
&.toggled {
background: darken($ui-primary-color, 16%);
background: $emoji-reaction-selected-color;
}
> .emoji {