Skip to content

Commit

Permalink
fix(button): darken active state of button
Browse files Browse the repository at this point in the history
  • Loading branch information
joneff committed Jul 22, 2021
1 parent bb6e1c2 commit 3dfa722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/default/scss/button/_variables.scss
Expand Up @@ -54,7 +54,7 @@ $button-hovered-shadow: null !default;

/// The background color of active buttons.
/// @group buttons
$button-active-bg: try-shade( $button-bg, 1 ) !default;
$button-active-bg: try-shade( $button-bg, 1.5 ) !default;
/// The text color of active buttons.
/// @group buttons
$button-active-text: null !default;
Expand Down

0 comments on commit 3dfa722

Please sign in to comment.