From d8d89547c083c19e37eaf5c6df63d3094cf18928 Mon Sep 17 00:00:00 2001 From: prssanna Date: Wed, 22 Jul 2020 15:40:04 +0530 Subject: [PATCH] refactor: change icon fill color to transparent --- frappe/public/scss/variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/public/scss/variables.scss b/frappe/public/scss/variables.scss index fdd7957760..23855f1439 100644 --- a/frappe/public/scss/variables.scss +++ b/frappe/public/scss/variables.scss @@ -154,7 +154,7 @@ $card-box-shadow: 0px 0px 1px rgba(17, 43, 66, 0.16), 0px 1px 3px rgba(17, 43, 6 --heading-color: var(--gray-900); // SVG Colors - --icon-fill: var(--gray-900); + --icon-fill: transparent; --icon-stroke: var(--gray-900); // Layout Colors