From 7a1ae671927c284ac0f75d0037781970cef271f0 Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Thu, 21 May 2015 15:58:56 +0930 Subject: [PATCH] Make loading indicators stand out less when using a custom primary color --- less/lib/components.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/less/lib/components.less b/less/lib/components.less index 3f4b603c4..f600174be 100644 --- a/less/lib/components.less +++ b/less/lib/components.less @@ -10,7 +10,7 @@ .loading-indicator { position: relative; - color: @fl-body-primary-color; + color: @fl-secondary-color; } .loading-indicator-block { height: 100px;