mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-31 03:33:36 -05:00
fix(MoreStickers): MoreStickers button style fix (#129)
This commit is contained in:
parent
861ec13ef4
commit
045733c8f3
1 changed files with 3 additions and 3 deletions
|
@ -1,13 +1,13 @@
|
|||
/* stylelint-disable function-url-quotes */
|
||||
.vc-more-stickers-icon {
|
||||
fill: #b9bbbe;
|
||||
fill: var(--interactive-normal);
|
||||
margin-top: 20%;
|
||||
}
|
||||
|
||||
.vc-more-stickers-icon:hover,
|
||||
.vc-more-stickers-icon:focus-visible,
|
||||
.vc-more-stickers-icon-active {
|
||||
fill: #fff;
|
||||
fill: var(--interactive-active);
|
||||
}
|
||||
|
||||
.vc-more-stickers-picker-container {
|
||||
|
|
Loading…
Reference in a new issue