fixed settings top padding

This commit is contained in:
Kima 2023-09-26 18:04:44 +02:00
parent b37af9f5a5
commit 6f85a4ebc1

View File

@ -207,7 +207,7 @@ class _SettingsScreenState extends State<SettingsScreen>
opacity: 1 - _hideContainersController.value,
child: Column(
children: [
const SizedBox(height: 32.0),
const SizedBox(height: 45.0),
Row(
mainAxisAlignment: MainAxisAlignment.spaceBetween,