Skip to content

Commit

Permalink
feat(core): add outline-color to propGetters (#82)
Browse files Browse the repository at this point in the history
`outline-color` values are not being replaced properly.
  • Loading branch information
avetisk authored and gregberge committed Jan 7, 2020
1 parent 51e8625 commit 36d9585
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/propGetters.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ export const propGetters = {
'border-right-color': getColor,
'border-bottom-color': getColor,
'border-left-color': getColor,
'outline-color': getColor,
fill: getColor,

// getRadius
Expand Down

0 comments on commit 36d9585

Please sign in to comment.