Skip to content

Commit

Permalink
Change name of css function
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfred Bösch authored and morpheus-87 committed Dec 2, 2021
1 parent a0fe9b8 commit 791904f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CroppingOverlay.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const useStyles = makeStyles(() => ({
backgroundColor: "rgba(255,255,255,0.8) !important",
borderRadius: "25%",
transform: ({ buttonOutside }) =>
buttonOutside ? "translateX(calc(-100% - 5px))" : "translate(5px)",
buttonOutside ? "translateX(calc(-100% - 5px))" : "translateX(5px)",
position: ({ buttonOutside }) => buttonOutside && "absolute",
left: "0",
top: "5px",
Expand Down

0 comments on commit 791904f

Please sign in to comment.