Change emoji reactions bar color
This commit is contained in:
parent
d6b7947001
commit
eaa1f9e450
4 changed files with 12 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue