Skip to content

.btn background color not defined #102

Description

@stebogit

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions