make active tab icon color always same as text

This commit is contained in:
Bruno Windels
2019-09-26 16:13:32 +02:00
parent a4b905ef38
commit f9d5d807e3
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -234,7 +234,7 @@ $tab-label-active-fg-color: #ffffff;
$tab-label-bg-color: transparent;
$tab-label-active-bg-color: $accent-color;
$tab-label-icon-bg-color: #454545;
$tab-label-active-icon-bg-color: #ffffff;
$tab-label-active-icon-bg-color: $tab-label-active-fg-color;
// Buttons
$button-primary-fg-color: #ffffff;