From 3b2236b722860fb695265df585153c02feba645f Mon Sep 17 00:00:00 2001 From: g <63980406+gugulet-hu@users.noreply.github.com> Date: Fri, 18 Sep 2020 00:27:46 +0200 Subject: [PATCH] Testing sparklines combos --- stylesheets/components/_sparkline.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stylesheets/components/_sparkline.less b/stylesheets/components/_sparkline.less index b3feafc..0e1ee38 100644 --- a/stylesheets/components/_sparkline.less +++ b/stylesheets/components/_sparkline.less @@ -1,10 +1,10 @@ // sparkline colors .sparkline-colors[data-name="backgroundColor"] { - color: white; + color: transparent; } .sparkline-colors[data-name="lineColor"] { - color: #323036; + color: #828089; } .sparkline-colors[data-name="minPointColor"] { @@ -20,5 +20,5 @@ } .sparkline-colors[data-name="fillColor"] { - color: lighten(#323036, 55); + color: #faf9f6; }