From 9fe133c29aa17ab03e462bc2a2458793cea30072 Mon Sep 17 00:00:00 2001 From: Annabel Dunstone Gray Date: Tue, 6 Sep 2016 10:26:51 -0500 Subject: [PATCH] Lighten color of created icon --- app/assets/stylesheets/pages/pipelines.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss index ee5d9de66d8..2d66ab25da6 100644 --- a/app/assets/stylesheets/pages/pipelines.scss +++ b/app/assets/stylesheets/pages/pipelines.scss @@ -490,6 +490,6 @@ .ci-status-icon-created { svg { - fill: $table-text-gray; + fill: $gray-darkest; } }