From ee39d6c9447514b3c7458d242eca0354ee0bcd6d Mon Sep 17 00:00:00 2001 From: Niklas Date: Fri, 1 Nov 2024 21:24:09 +0100 Subject: [PATCH] =?UTF-8?q?vollausgef=C3=BCllte=20kreise=20im=20Footer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/screens/subheader_Datepicker.dart | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/lib/screens/subheader_Datepicker.dart b/lib/screens/subheader_Datepicker.dart index 01a847f..b0e2a4e 100644 --- a/lib/screens/subheader_Datepicker.dart +++ b/lib/screens/subheader_Datepicker.dart @@ -1709,13 +1709,13 @@ class Footer extends StatelessWidget { '© 2024 Alle Rechte vorbehalten', style: TextStyle( color: Colors.black, - fontSize: 7, + fontSize: 8, fontFamily: 'Inter', fontWeight: FontWeight.w400, height: 0, ), ), - const SizedBox(width: 50), + const SizedBox(width: 40), SizedBox( height: 20, width: 20, @@ -1789,9 +1789,10 @@ class Footer extends StatelessWidget { ), const SizedBox(width: 10), Container( - width: 8, - height: 8, + width: 3, + height: 3, decoration: ShapeDecoration( + color: Colors.black, // Schwarze Füllfarbe shape: OvalBorder(side: BorderSide(width: 1)), ), ), @@ -1808,9 +1809,10 @@ class Footer extends StatelessWidget { ), const SizedBox(width: 10), Container( - width: 8, - height: 8, + width: 3, + height: 3, decoration: ShapeDecoration( + color: Colors.black, // Schwarze Füllfarbe shape: OvalBorder(side: BorderSide(width: 1)), ), ), @@ -1827,9 +1829,10 @@ class Footer extends StatelessWidget { ), const SizedBox(width: 10), Container( - width: 8, - height: 8, + width: 3, + height: 3, decoration: ShapeDecoration( + color: Colors.black, // Schwarze Füllfarbe shape: OvalBorder(side: BorderSide(width: 1)), ), ), @@ -1861,15 +1864,16 @@ class Footer extends StatelessWidget { ), const SizedBox(width: 20), Container( - width: 8, - height: 8, + width: 3, + height: 3, decoration: ShapeDecoration( + color: Colors.black, // Schwarze Füllfarbe shape: OvalBorder(side: BorderSide(width: 1)), ), ), const SizedBox(width: 20), Text( - 'sponsered by: Start up Bavaria', + 'sponsered by: In4Event', style: TextStyle( color: Colors.black, fontSize: 12,