From 8a6b79a2bbeefe49fafc0ff1dd69da9c46492d7e Mon Sep 17 00:00:00 2001 From: Fabio Alexandre Date: Mon, 8 Jun 2020 18:27:47 -0400 Subject: [PATCH] change title style --- src/views/SignIn.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/SignIn.js b/src/views/SignIn.js index a6eb6ea..e3acf12 100644 --- a/src/views/SignIn.js +++ b/src/views/SignIn.js @@ -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: { @@ -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, }, });