From e155cb555ffaaf046ca2c5cbb7753c53c5b20f67 Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Wed, 2 Sep 2020 20:50:36 +0530 Subject: [PATCH] fix: icon fill for toast --- frappe/public/scss/toast.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frappe/public/scss/toast.scss b/frappe/public/scss/toast.scss index b8eb6e01dc..17d2a893a9 100644 --- a/frappe/public/scss/toast.scss +++ b/frappe/public/scss/toast.scss @@ -54,6 +54,9 @@ color: inherit; opacity: 1; font-size: inherit; + .icon { + fill: var(--text-muted); + } } .next-action-container {