Răsfoiți Sursa

use argument in reboot

zahmis 5 ani în urmă
părinte
comite
710f92f9a6

+ 2 - 2
src/client/styles/scss/theme/_reboot-bootstrap-theme-colors.scss

@@ -1,11 +1,11 @@
 $theme-colors: map-merge($theme-colors, $colors);
 
 @mixin button-svg-icon-variant($color, $bordercolor) {
-  fill: $secondary;
+  fill: $color;
 }
 
 @mixin button-outline-svg-icon-variant($value, $color-hover: $value) {
-  fill: $secondary;
+  fill: $value;
 }
 
 @each $color, $value in $theme-colors {