[improvement] update color variables (#2010)
This commit is contained in:
@@ -19,7 +19,7 @@ $van-checkbox-size: 20px;
|
||||
color: transparent;
|
||||
text-align: center;
|
||||
line-height: inherit;
|
||||
border: 1px solid #aaa;
|
||||
border: 1px solid $gray-light;
|
||||
width: $van-checkbox-size;
|
||||
height: $van-checkbox-size;
|
||||
box-sizing: border-box;
|
||||
@@ -33,7 +33,7 @@ $van-checkbox-size: 20px;
|
||||
|
||||
&--checked {
|
||||
.van-icon {
|
||||
color: #fff;
|
||||
color: $white;
|
||||
border-color: $green;
|
||||
background-color: $green;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user