Browse Source

Use @heading-color

afc163 8 năm trước cách đây
mục cha
commit
cfbe147f36
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/routes/Profile/BasicProfile.less

+ 1 - 1
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;
 }