From 940995f2dc1ed7d649f99041f975b07cefce4c50 Mon Sep 17 00:00:00 2001 From: Nico Date: Wed, 4 Jun 2025 21:18:01 +0200 Subject: [PATCH] made api address input fields in intro_screen more beautiful --- lib/screens/intro_screen.dart | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/lib/screens/intro_screen.dart b/lib/screens/intro_screen.dart index 99a1a90..9202a09 100644 --- a/lib/screens/intro_screen.dart +++ b/lib/screens/intro_screen.dart @@ -161,8 +161,11 @@ class _IntroScreenState extends State { ], ), const SizedBox( - height: 15, + height: 25, ), + Align( + alignment: Alignment.bottomLeft, + child: Text(AppLocalizations.of(context)!.ffApiAddress)), Row( children: [ Expanded( @@ -199,6 +202,11 @@ class _IntroScreenState extends State { )) ], ), + const SizedBox(height: 10,), + + Align( + alignment: Alignment.bottomLeft, + child: Text(AppLocalizations.of(context)!.exApiAddress)), Row( children: [ Expanded(