Skip to content

Commit

Permalink
exclude outlineColor
Browse files Browse the repository at this point in the history
  • Loading branch information
nandorojo committed Apr 28, 2021
1 parent 743f1e3 commit 0809823
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/css/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@ const filterWebStyleKeys = (
'transitionDelay',
'animationDirection',
'animationIterationCount',
'outlineColor',
]
webOnlyKeys.forEach((key) => {
if (finalStyles?.[key as keyof typeof styleProp]) {
Expand Down

0 comments on commit 0809823

Please sign in to comment.