Fix: Panel - Icon color like text

This commit is contained in:
alstjr7375 2021-05-11 08:53:44 +09:00
parent 2e0c1d577c
commit 8e413bc878

View file

@ -277,7 +277,7 @@
#appMenu-proton-update-banner::before,
.subviewbutton > image {
-moz-context-properties: fill;
fill: var(--toolbarbutton-icon-fill);
fill: currentColor;
fill-opacity: var(--toolbarbutton-icon-fill-opacity);
}