corner button cross-theme readability

This commit is contained in:
dragonwocky 2021-11-03 21:53:21 +11:00
parent 76df1e7676
commit e3b598dc00

View File

@ -48,6 +48,6 @@
#enhancer--corner-actions > div > svg {
width: 22px;
height: 22px;
color: var(--theme--icon);
fill: var(--theme--icon);
color: var(--theme--tag_default-text);
fill: var(--theme--tag_default-text);
}