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,