From bcbbca3d13b7442da91145f3a1252c57e22f4c49 Mon Sep 17 00:00:00 2001 From: Matt DeBoer Date: Fri, 27 Oct 2017 21:30:33 -0700 Subject: [PATCH] use consistent font weight --- pkg/ui/src/components/dashboard/NamespaceBarChart.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/ui/src/components/dashboard/NamespaceBarChart.scss b/pkg/ui/src/components/dashboard/NamespaceBarChart.scss index 800619ea..ee0420b3 100644 --- a/pkg/ui/src/components/dashboard/NamespaceBarChart.scss +++ b/pkg/ui/src/components/dashboard/NamespaceBarChart.scss @@ -270,7 +270,7 @@ $le-100: rgb(6, 65, 168); padding-left: 15px; color: rgb(120, 120, 120); font-size: 18px; - font-weight: 600; + font-weight: 500; padding-top: 5px; height: 30px; background-color: rgb(33,33,33);