From 287b809f1971dafdfaa327ae33bba0fb7d59db5b Mon Sep 17 00:00:00 2001 From: gaelle morin Date: Tue, 23 Jun 2020 18:48:10 +0200 Subject: [PATCH] feature: dashboard - HD colors for svg added --- client.sample.happy-dev.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client.sample.happy-dev.css b/client.sample.happy-dev.css index b60f865..c3be74b 100644 --- a/client.sample.happy-dev.css +++ b/client.sample.happy-dev.css @@ -250,6 +250,10 @@ button#solid-picture-remove.button.button-primary:hover { color: var(--color-complementary) !important; } +.dashboard-card .svg-color-secondary { + fill: var(--color-complementary) !important; +} + .dashboard-card i { border-color: var(--color-primary) !important; color: var(--color-complementary) !important;