Skip to content

Commit

Permalink
fix(button): update button colors to match latest design spec
Browse files Browse the repository at this point in the history
  • Loading branch information
joneff committed Apr 6, 2021
1 parent 0f4cadc commit 26415a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/default/scss/button/_variables.scss
Expand Up @@ -26,7 +26,7 @@ $button-inner-calc-size: calc( #{$button-line-height * 1em} + #{$button-padding-

/// The background of the buttons.
/// @group buttons
$button-bg: #f6f6f6 !default;
$button-bg: #f5f5f5 !default;
/// The text color of the buttons.
/// @group buttons
$button-text: #424242 !default;
Expand Down 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.5 ) !default;
$button-active-bg: try-shade( $button-bg, 1 ) !default;
/// The text color of active buttons.
/// @group buttons
$button-active-text: null !default;
Expand Down

0 comments on commit 26415a5

Please sign in to comment.