Skip to content

Commit

Permalink
Fix AnimatedIcon icon prop
Browse files Browse the repository at this point in the history
  • Loading branch information
roryabraham committed Jan 24, 2021
1 parent 4a0e4b1 commit df026f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FAB.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class FAB extends React.Component {
{transform: [{rotate}], backgroundColor},
]}
>
<AnimatedIcon icon={Plus} fill={fill} />
<AnimatedIcon src={Plus} fill={fill} />
</AnimatedPressable>
);
}
Expand Down

0 comments on commit df026f9

Please sign in to comment.