Skip to content

Commit

Permalink
change title style
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabio Alexandre committed Jun 8, 2020
1 parent abab36a commit 8a6b79a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/views/SignIn.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ const styles = StyleSheet.create({
alignSelf: 'center',
marginTop: 20,
},
form: {marginTop: 60},
form: {marginTop: 50},
itemForm: {borderColor: '#415a6b'},
icon: {color: '#415a6b'},
viewBtn: {
Expand All @@ -111,11 +111,12 @@ const styles = StyleSheet.create({
color: 'white',
},
title: {
fontSize: 20,
fontSize: 21,
textTransform: 'uppercase',
color: '#ef3e5c',
alignSelf: 'center',
fontStyle: 'italic',
fontWeight: 'bold',
marginTop: 20,
},
});

Expand Down

0 comments on commit 8a6b79a

Please sign in to comment.