Redesign - unify icon color

[MAILPOET-2770]
This commit is contained in:
Ján Mikláš
2020-04-29 13:26:10 +02:00
committed by Veljko V
parent 73081cfa55
commit 7ab7cdc2d3
3 changed files with 5 additions and 5 deletions

View File

@@ -22,12 +22,12 @@
}
.mailpoet_preview_icon_fill {
fill: rgba($color-primary-icon, .3);
fill: rgba($color-text, .3);
}
&.mailpoet_active {
.mailpoet_preview_icon_fill {
fill: $color-primary-icon;
fill: $color-text;
}
}
}