From 8f4ec5cc348dbcec8f7260952367a1432e9a58ee Mon Sep 17 00:00:00 2001 From: prssanna Date: Tue, 28 Jul 2020 14:17:27 +0530 Subject: [PATCH] fix: update number card widget icons style --- frappe/public/scss/desktop.scss | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/frappe/public/scss/desktop.scss b/frappe/public/scss/desktop.scss index d77522b375..7279c07a87 100644 --- a/frappe/public/scss/desktop.scss +++ b/frappe/public/scss/desktop.scss @@ -441,7 +441,7 @@ html, body { .widget-content { @include flex(flex, space-between, null, null); - padding-top: 25px; + padding-top: var(--padding-xl); .number { font-weight: 600; @@ -487,10 +487,18 @@ html, body { .green-stat { color: var(--dark-green-500); + + use { + stroke: var(--dark-green-500); + } } .red-stat { color: var(--red-500); + + use { + stroke: var(--red-500); + } } .grey-stat {