Skip to content

Commit

Permalink
fix: icon component cssInterop
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajat Chaudhary authored and Rajat Chaudhary committed Jun 4, 2024
1 parent fcf1e8e commit 437a2b8
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,12 @@ cssInterop(UIIcon, {
className: {
target: 'style',
nativeStyleToProp: {
height: 'height',
width: 'width',
fill: 'fill',
color: 'color',
height: true,
width: true,
// @ts-ignore
fill: true,
color: true,
stroke: true,
},
},
});
Expand Down

0 comments on commit 437a2b8

Please sign in to comment.