From 0ebe4a2448b7ac8d2c083cd5a76e8bb9fa7bebf8 Mon Sep 17 00:00:00 2001 From: El-Shafei H Date: Tue, 9 Jul 2024 11:53:54 +0300 Subject: [PATCH] Fix: Map icon color in dark mode When toggling to dark mode, all the icons in the dropdown button change to white in the list view, except for the map icon, which remains black. Upon reviewing the code for this icon, I found that it had a fixed white color assigned (stroke=#111). I replaced it with the variable color value var(--icon-stroke) to ensure it changes appropriately with the theme toggle. --- frappe/public/icons/timeless/icons.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/public/icons/timeless/icons.svg b/frappe/public/icons/timeless/icons.svg index 1ea247b405..769c2fbbba 100644 --- a/frappe/public/icons/timeless/icons.svg +++ b/frappe/public/icons/timeless/icons.svg @@ -419,7 +419,7 @@ - +