From 94c3a55410945eccfcf68896b1f96b641f882795 Mon Sep 17 00:00:00 2001 From: Giovanna Esmeralda Chavez Espino <79319097+gio-gigi@users.noreply.github.com> Date: Fri, 17 May 2024 10:29:44 -0600 Subject: [PATCH] Actualizacion de login --- .../lib/pages/login.dart | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/fronted/aplicacionrutasturisticas/lib/pages/login.dart b/fronted/aplicacionrutasturisticas/lib/pages/login.dart index f18a097..84a9aa2 100644 --- a/fronted/aplicacionrutasturisticas/lib/pages/login.dart +++ b/fronted/aplicacionrutasturisticas/lib/pages/login.dart @@ -64,17 +64,25 @@ class _TextFielEjemploState extends State { SizedBox(height: 20), Row( children: [ - const Text(" ¿Nuevo en la aplicacion?"), + const Text(" ¿Nuevo en la aplicacion?"), HacerTextButtons( texto: "Registrarte", onPression: botonRegistrar) ], ), - ], + SizedBox(height: 15), + Row( + children: [ + const Text(" Entrar como"), + HacerTextButtons( + texto: "Invitado", onPression: botonRegistrar) + ], + ), + ], + ), ), ), ), - ), - ); + ); } void botonIniciaSesion() { -- GitLab