fix(MoreStickers): MoreStickers button style fix (#129)

This commit is contained in:
leko 2025-01-30 05:45:15 +08:00 committed by GitHub
parent 861ec13ef4
commit 045733c8f3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,13 +1,13 @@
/* stylelint-disable function-url-quotes */ /* stylelint-disable function-url-quotes */
.vc-more-stickers-icon { .vc-more-stickers-icon {
fill: #b9bbbe; fill: var(--interactive-normal);
margin-top: 20%; margin-top: 20%;
} }
.vc-more-stickers-icon:hover, .vc-more-stickers-icon:hover,
.vc-more-stickers-icon:focus-visible, .vc-more-stickers-icon:focus-visible,
.vc-more-stickers-icon-active { .vc-more-stickers-icon-active {
fill: #fff; fill: var(--interactive-active);
} }
.vc-more-stickers-picker-container { .vc-more-stickers-picker-container {
@ -502,4 +502,4 @@
font-size: 8pt; font-size: 8pt;
font-weight: 600; font-weight: 600;
color: var(--text-normal); color: var(--text-normal);
} }