diff --git a/src/equicordplugins/moreStickers/style.css b/src/equicordplugins/moreStickers/style.css index d1883f80..d01431f7 100644 --- a/src/equicordplugins/moreStickers/style.css +++ b/src/equicordplugins/moreStickers/style.css @@ -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 { @@ -502,4 +502,4 @@ font-size: 8pt; font-weight: 600; color: var(--text-normal); -} +} \ No newline at end of file