diff --git a/fronted/aplicacionrutasturisticas/lib/pages/login.dart b/fronted/aplicacionrutasturisticas/lib/pages/login.dart index f18a09704b4b9336711a4b34a5d07cb44f26a2c1..84a9aa2bc848a26f1e258feea0204e7f015e5328 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() {