refactor: remove unnecessary width on Button

This commit is contained in:
André Neves 2019-01-24 00:05:46 -05:00
parent 0902c1d3a8
commit ad4cc123c7
1 changed files with 0 additions and 1 deletions

View File

@ -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)`