Skip to content

Commit

Permalink
fix size of inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
TrillCyborg committed Jun 2, 2019
1 parent f8327a2 commit fd6e5b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/screens/Login/Login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ const FormWrapper = styled(View)`
`

const FormRowWrapper = styled(View)`
width: 90%;
flex-direction: row;
justify-content: space-around;
`
Expand Down

0 comments on commit fd6e5b1

Please sign in to comment.