Skip to content

Commit

Permalink
Ran prettier everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
jwngr committed Jun 14, 2024
1 parent 6c9dfa7 commit 32e9bc1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion website/src/components/common/Button/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ export default styled.button`
z-index: -1;
transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
transform-origin: 0% 100%;
transition: transform 0.4s, background-color 0.4s;
transition:
transform 0.4s,
background-color 0.4s;
}
&:hover {
Expand Down

0 comments on commit 32e9bc1

Please sign in to comment.