Skip to content

Commit

Permalink
fix(BottomLine Button): centered
Browse files Browse the repository at this point in the history
  • Loading branch information
newick authored and lutangar committed Sep 27, 2019
1 parent 43f1a79 commit 5a93743
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/options/App/Onboarding/Subscribe/Subscribe.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ const InfoLine = styled.p`
`;

const Button = styled(BackgroundButton)`
margin-right: auto;
margin-left: auto;
padding: 15px 35px;
height: auto;
font-size: 24px;
Expand Down

0 comments on commit 5a93743

Please sign in to comment.