Skip to content

Commit

Permalink
default checkbox color to positive color
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Bradley committed Mar 10, 2014
1 parent 64ad982 commit bd6c24f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -479,8 +479,8 @@ $checkbox-off-border-royal: $royal !default;
$checkbox-on-bg-royal: $royal !default;
$checkbox-off-border-dark: $dark !default;
$checkbox-on-bg-dark: $dark !default;
$checkbox-off-border-default: $button-stable-border !default;
$checkbox-on-bg-default: $button-stable-border !default;
$checkbox-off-border-default: $positive !default;
$checkbox-on-bg-default: $positive !default;


$checkbox-check-width: 3px !default;
Expand Down

0 comments on commit bd6c24f

Please sign in to comment.