From 95edada0e981a010873c1d8f28f622ce15528148 Mon Sep 17 00:00:00 2001 From: KostyaDanovsky Date: Tue, 27 Jun 2017 13:35:03 +0300 Subject: [PATCH] fix(dashboard): fix contacts styles --- src/app/pages/dashboard/contacts/contacts.component.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/pages/dashboard/contacts/contacts.component.scss b/src/app/pages/dashboard/contacts/contacts.component.scss index cbe82bdf..c8118d96 100644 --- a/src/app/pages/dashboard/contacts/contacts.component.scss +++ b/src/app/pages/dashboard/contacts/contacts.component.scss @@ -31,11 +31,12 @@ .user-name { font-size: 1.25rem; font-weight: nga-theme(font-weight-bolder); - color: nga-theme(color-head); + color: nga-theme(color-fg-heading); } .user-title { font-size: 0.875rem; + font-weight: nga-theme(font-weight-light); text-transform: uppercase; } }