Skip to content

Commit

Permalink
[core] fix(Switch): tweak dark theme hover/active colors (#3637)
Browse files Browse the repository at this point in the history
Fixes #3599
  • Loading branch information
adidahiya authored Jul 1, 2019
1 parent 91743d5 commit 8399362
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/src/components/forms/_controls.scss
Original file line number Diff line number Diff line change
Expand Up @@ -305,8 +305,8 @@ $control-indicator-spacing: $pt-grid-size !default;
$dark-switch-background-color-active: rgba($black, 0.9) !default;
$dark-switch-background-color-disabled: $dark-button-background-color-disabled !default;
$dark-switch-checked-background-color: $control-checked-background-color !default;
$dark-switch-checked-background-color-hover: $blue4 !default;
$dark-switch-checked-background-color-active: $blue5 !default;
$dark-switch-checked-background-color-hover: $control-checked-background-color-hover !default;
$dark-switch-checked-background-color-active: $control-checked-background-color-active !default;
$dark-switch-checked-background-color-disabled: rgba($blue1, 0.5) !default;

$switch-indicator-background-color: $white !default;
Expand Down

1 comment on commit 8399362

@blueprint-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[core] fix(Switch): tweak dark theme hover/active colors (#3637)

Previews: documentation | landing | table

Please sign in to comment.