From 61565ee4d0c6af2fd0ee461cb3db98fc4874b185 Mon Sep 17 00:00:00 2001 From: Chri$ <2023467@stud.hs-mannheim.de> Date: Sat, 13 Jan 2024 17:07:46 +0100 Subject: [PATCH] idk --- lib/views/settings_page/settings_page.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/views/settings_page/settings_page.dart b/lib/views/settings_page/settings_page.dart index 37487f6..8f80f42 100644 --- a/lib/views/settings_page/settings_page.dart +++ b/lib/views/settings_page/settings_page.dart @@ -140,8 +140,8 @@ class _SettingsPage extends State { onTap: () => {}, ), // - SizedBox( - + height: 30, + const SizedBox( + height: 30, ), GestureDetector( child: const Text('imprint & privacy policy', style: TextStyle(color: Colors.grey, fontSize: 15)),