mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
default checkbox color to positive color
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user