feat: add color paletee of neutral color (#5119)

This commit is contained in:
neverland
2019-11-26 20:26:07 +08:00
committed by GitHub
parent b2c53396ef
commit fe0e930ed0
11 changed files with 92 additions and 90 deletions
+2 -2
View File
@@ -130,7 +130,7 @@ export default {
.page-desc {
margin: 0;
padding: 5px 0;
color: @gray-darker;
color: @gray-7;
font-size: 14px;
text-align: center;
@@ -144,7 +144,7 @@ export default {
}
.van-checkbox__label {
color: @gray-darker;
color: @gray-7;
}
}
</style>