From 9268700d0c499216f996707df473c38ee76c19ae Mon Sep 17 00:00:00 2001 From: neverland Date: Mon, 17 Dec 2018 12:47:17 +0800 Subject: [PATCH] [improvement] Cell: update value color (#2311) --- packages/cell/index.less | 3 ++- packages/contact-card/index.less | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/cell/index.less b/packages/cell/index.less index 774c926cf..64712a693 100644 --- a/packages/cell/index.less +++ b/packages/cell/index.less @@ -22,9 +22,9 @@ } &__label { + color: @gray-dark; font-size: 12px; line-height: 18px; - color: @gray-darker; } &__title, @@ -33,6 +33,7 @@ } &__value { + color: @gray-dark; overflow: hidden; text-align: right; position: relative; diff --git a/packages/contact-card/index.less b/packages/contact-card/index.less index 7a956f295..c55b2ba15 100644 --- a/packages/contact-card/index.less +++ b/packages/contact-card/index.less @@ -4,6 +4,7 @@ padding: 15px; .van-cell__value { + color: @text-color; margin-left: 5px; line-height: 20px; display: inline-block;