feature/fix-all
Christopher Schmitt 2024-01-13 17:07:46 +01:00
parent 96d6822818
commit 61565ee4d0
1 changed files with 2 additions and 2 deletions

View File

@ -140,8 +140,8 @@ class _SettingsPage extends State<SettingsPage> {
onTap: () => {},
),
//
SizedBox(
+ height: 30,
const SizedBox(
height: 30,
),
GestureDetector(
child: const Text('imprint & privacy policy', style: TextStyle(color: Colors.grey, fontSize: 15)),