From fd1cf42b2183f57be6c15c4980ee57dcb05003fa Mon Sep 17 00:00:00 2001 From: Alex P Date: Fri, 10 Nov 2017 13:42:56 -0800 Subject: [PATCH] Make table header styles consistent --- ui/src/style/components/organizations-table.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/style/components/organizations-table.scss b/ui/src/style/components/organizations-table.scss index 78942d939..9fc223402 100644 --- a/ui/src/style/components/organizations-table.scss +++ b/ui/src/style/components/organizations-table.scss @@ -123,8 +123,8 @@ input[type="text"].form-control.orgs-table--input { > .orgs-table--name, > .orgs-table--name:hover, > .orgs-table--default-role { - color: $g15-platinum; - font-weight: 700; + color: $g17-whisper; + font-weight: 500; } > .orgs-table--default-role { line-height: 30px;