From fb437ab340145e951c2c2f48605146a6c49a8e98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elias=20H=C3=A4u=C3=9Fler?= Date: Wed, 14 Jun 2023 07:41:30 +0200 Subject: [PATCH] [BUGFIX] Use contextual icon color for system information icon (#1377) --- Build/Gruntfile.js | 3 ++- Resources/Public/Icons/SystemInformation/bootstrappackage.svg | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Build/Gruntfile.js b/Build/Gruntfile.js index e2604c479..f25949d7c 100644 --- a/Build/Gruntfile.js +++ b/Build/Gruntfile.js @@ -214,7 +214,8 @@ module.exports = function(grunt) { icons: { options: { svgoPlugins: [{ - removeViewBox: false + collapseGroups: false, + removeViewBox: false, }] }, files: [ diff --git a/Resources/Public/Icons/SystemInformation/bootstrappackage.svg b/Resources/Public/Icons/SystemInformation/bootstrappackage.svg index a5814e138..fa0fb492e 100644 --- a/Resources/Public/Icons/SystemInformation/bootstrappackage.svg +++ b/Resources/Public/Icons/SystemInformation/bootstrappackage.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file