From cfbe147f369979d2204bf201289442881b0e033f Mon Sep 17 00:00:00 2001 From: afc163 Date: Thu, 19 Oct 2017 22:44:32 +0800 Subject: [PATCH] Use @heading-color --- src/routes/Profile/BasicProfile.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/Profile/BasicProfile.less b/src/routes/Profile/BasicProfile.less index b61a962a..3829cf69 100644 --- a/src/routes/Profile/BasicProfile.less +++ b/src/routes/Profile/BasicProfile.less @@ -1,7 +1,7 @@ @import "~antd/lib/style/themes/default.less"; .title { - color: rgba(0, 0, 0, 0.85); + color: @heading-color; font-weight: 500; margin-bottom: 16px; } -- GitLab