From 1aa928718b73fe34c0ccce8e8c24f0f6c90c9c07 Mon Sep 17 00:00:00 2001 From: Katy310 Date: Mon, 20 Feb 2017 00:03:14 +0530 Subject: [PATCH] Fix UI Detail: color of 'by' in author/account name #299 (#303) * fix UI Detail: color of 'by' in author/account name #299 * Fix color of Title text * Wrap getThemifyVariable() in @include themify. * Add missing curly brace --- client/styles/components/_toolbar.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/styles/components/_toolbar.scss b/client/styles/components/_toolbar.scss index a3ba3ea6..3b4c4f92 100644 --- a/client/styles/components/_toolbar.scss +++ b/client/styles/components/_toolbar.scss @@ -106,6 +106,9 @@ .toolbar__project-owner { margin-left: #{5 / $base-font-size}rem; + @include themify() { + color: getThemifyVariable('inactive-text-color'); + } } .toolbar__autorefresh-label {