We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b7fcf0 commit 939dbddCopy full SHA for 939dbdd
src/MainButton.js
@@ -22,7 +22,6 @@ const Wrapper = styled('a')(({ background, size }) => ({
22
23
const IconWrapper = styled('div')(({ isOpen }) => ({
24
display: 'flex',
25
- position: 'unset',
26
textDecoration: 'none',
27
WebkitTransition: '-webkit-transform 300ms',
28
transition: 'transform 300ms',
0 commit comments