Skip to content

Commit 939dbdd

Browse files
authored
Update MainButton.js
1 parent 4b7fcf0 commit 939dbdd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/MainButton.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ const Wrapper = styled('a')(({ background, size }) => ({
2222

2323
const IconWrapper = styled('div')(({ isOpen }) => ({
2424
display: 'flex',
25-
position: 'unset',
2625
textDecoration: 'none',
2726
WebkitTransition: '-webkit-transform 300ms',
2827
transition: 'transform 300ms',

0 commit comments

Comments
 (0)