[bugfix] Radio: unchecked color (#2484)

This commit is contained in:
neverland 2019-01-10 21:03:42 +08:00 committed by GitHub
parent d17dbff288
commit 75228cbaf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,8 +45,8 @@
color: @blue;
}
.van-icon-check {
color: @gray-dark;
.van-icon-circle {
color: @gray;
}
&--disabled {