Skip to content

Commit

Permalink
[C-3492] Fix podcast popup position (#7054)
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanjeffers authored Jan 3, 2024
1 parent e430ee8 commit d82052a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/web/.svgrrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module.exports = {
template: require('../../svgr-template'),
replaceAttrValues: {
'#FF0000': '{props.fillColor}',
'#000': '{props.fill}',
'#f00': '{props.fillSecondary}'
}
}

0 comments on commit d82052a

Please sign in to comment.