diff --git a/app/components/button.js b/app/components/button.js index f50d00c..f39ddde 100644 --- a/app/components/button.js +++ b/app/components/button.js @@ -22,7 +22,6 @@ const DefaultButton = styled.button` border-radius: 100px; transition: background-color 0.1s ${props => props.theme.colors.transitionEase}; - width: 100%; `; const Primary = styled(DefaultButton)`