Skip to content

Commit

Permalink
Use !default for button colors to allow customizing
Browse files Browse the repository at this point in the history
  • Loading branch information
Niksac committed Nov 23, 2023
1 parent 3354d55 commit 4859abd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/scss/_variables.scss
Expand Up @@ -88,7 +88,7 @@ $btn-colors: (
info: (
text-color: #000,
),
);
) !default;


// Body
Expand Down

0 comments on commit 4859abd

Please sign in to comment.