Skip to content

Commit fd6e5b1

Browse files
committed
fix size of inputs
1 parent f8327a2 commit fd6e5b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/src/screens/Login/Login.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ const FormWrapper = styled(View)`
3636
`
3737

3838
const FormRowWrapper = styled(View)`
39+
width: 90%;
3940
flex-direction: row;
4041
justify-content: space-around;
4142
`

0 commit comments

Comments
 (0)