diff --git a/mobile-ui/components/LogIn.js b/mobile-ui/components/LogIn.js
index 1df55e02..970f33ff 100644
--- a/mobile-ui/components/LogIn.js
+++ b/mobile-ui/components/LogIn.js
@@ -31,11 +31,14 @@ const styles = StyleSheet.create({
paddingBottom: 10,
paddingLeft: 0,
marginTop: 50,
- marginBottom: 10
+ marginBottom: 10,
+ borderRadius: 4
},
iconStyle: {
- padding: 10,
+ paddingBottom: 20,
+ marginTop: 3,
+ paddingTop: 35
},
viewSection: {
@@ -43,7 +46,8 @@ const styles = StyleSheet.create({
flexDirection: 'row',
justifyContent: 'center',
alignItems: 'center',
- margin: 10
+
+ marginBottom: 28
},
container: {
@@ -53,6 +57,9 @@ const styles = StyleSheet.create({
const iniciarSesion = async() => {
+ const userData = FormControl.toString;
+ console.log(userData);
+
try {
await fetch(baseURL, {
@@ -145,7 +152,7 @@ export default function LogIn({navigation}) {
Contraseña
-
+