From d3160c3a909a1d2f3397abf6ec7857376a32f8b8 Mon Sep 17 00:00:00 2001 From: Christian Kaiser Date: Fri, 10 May 2024 23:46:09 -0300 Subject: [PATCH] Fix FileBrowse and FolderBrowse icon style fill not getting replaced The color replacing code in the icon loader only works with the fill/stroke/stop-color properties and not with colors defined inside the style attribute. This changes the SVG files to use that instead. --- editor/icons/FileBrowse.svg | 2 +- editor/icons/FolderBrowse.svg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/editor/icons/FileBrowse.svg b/editor/icons/FileBrowse.svg index 2bf3ca4ac60..ad7e01d92c0 100644 --- a/editor/icons/FileBrowse.svg +++ b/editor/icons/FileBrowse.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/editor/icons/FolderBrowse.svg b/editor/icons/FolderBrowse.svg index 834d7f16de0..96081da22a1 100644 --- a/editor/icons/FolderBrowse.svg +++ b/editor/icons/FolderBrowse.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file