creativetimofficial / now-ui-kit

Now UI Kit Bootstrap 4 - Designed by Invision. Coded by Creative Tim
https://www.creative-tim.com/product/now-ui-kit
Other
1.7k stars 376 forks source link

.btn background color not defined #102

Open stebogit opened 4 years ago

stebogit commented 4 years ago

For some reason the background-color of the default button is not defined as $default-color (actually the line is commented out), therefore you can't change it via variable:

// _buttons.scss

// .btn-default { @include btn-styles($default-color, $default-states-color); }
.btn-primary { @include btn-styles($primary-color, $primary-states-color); }
...

See https://github.com/creativetimofficial/now-ui-kit/blob/master/assets/scss/now-ui-kit/_buttons.scss#L83