Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
rayane-djouah committed Dec 18, 2023
1 parent 92f3b54 commit 9c1da47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FloatingActionButton/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const FloatingActionButton = React.forwardRef(({onPress, isActive, accessibility
return {
transform: [{rotate: `${sharedValue.value * 135}deg`}],
backgroundColor,
borderRadius: borderRadius,
borderRadius,
};
});

Expand Down

0 comments on commit 9c1da47

Please sign in to comment.