Skip to content

Commit

Permalink
[BUGFIX] Use contextual icon color for system information icon (#1377)
Browse files Browse the repository at this point in the history
  • Loading branch information
eliashaeussler committed Jun 14, 2023
1 parent 2ab06cf commit fb437ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Build/Gruntfile.js
Expand Up @@ -214,7 +214,8 @@ module.exports = function(grunt) {
icons: {
options: {
svgoPlugins: [{
removeViewBox: false
collapseGroups: false,
removeViewBox: false,
}]
},
files: [
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fb437ab

Please sign in to comment.