Skip to content

Commit

Permalink
Update svgo.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
milankomaj authored Nov 14, 2023
1 parent dd93f3a commit a1a6e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate-icons/svgo.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ module.exports = {
'removeOffCanvasPaths',
'reusePaths',
'mergeStyles',
{ name: 'removeAttrs', params: { attrs: '(stroke|stroke-width|version|x|y|enable-background|space|fill)' } },
{ name: 'removeAttrs', params: { attrs: '(version|x|y|enable-background|space|fill)' } },
{ name: 'addAttributesToSVGElement', params: { attribute: 'fill="#fff"' } }

]
Expand Down

0 comments on commit a1a6e0c

Please sign in to comment.