made api address input fields in intro_screen more beautiful

This commit is contained in:
Nico
2025-06-04 21:18:01 +02:00
parent 820b19bd29
commit 940995f2dc

View File

@@ -161,8 +161,11 @@ class _IntroScreenState extends State<IntroScreen> {
], ],
), ),
const SizedBox( const SizedBox(
height: 15, height: 25,
), ),
Align(
alignment: Alignment.bottomLeft,
child: Text(AppLocalizations.of(context)!.ffApiAddress)),
Row( Row(
children: [ children: [
Expanded( Expanded(
@@ -199,6 +202,11 @@ class _IntroScreenState extends State<IntroScreen> {
)) ))
], ],
), ),
const SizedBox(height: 10,),
Align(
alignment: Alignment.bottomLeft,
child: Text(AppLocalizations.of(context)!.exApiAddress)),
Row( Row(
children: [ children: [
Expanded( Expanded(