Skip to content

Commit bd6c24f

Browse files
author
Adam Bradley
committed
default checkbox color to positive color
1 parent 64ad982 commit bd6c24f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scss/_variables.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -479,8 +479,8 @@ $checkbox-off-border-royal: $royal !default;
479479
$checkbox-on-bg-royal: $royal !default;
480480
$checkbox-off-border-dark: $dark !default;
481481
$checkbox-on-bg-dark: $dark !default;
482-
$checkbox-off-border-default: $button-stable-border !default;
483-
$checkbox-on-bg-default: $button-stable-border !default;
482+
$checkbox-off-border-default: $positive !default;
483+
$checkbox-on-bg-default: $positive !default;
484484

485485

486486
$checkbox-check-width: 3px !default;

0 commit comments

Comments
 (0)