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, opacity: 1 - _hideContainersController.value,
child: Column( child: Column(
children: [ children: [
const SizedBox(height: 32.0), const SizedBox(height: 45.0),
Row( Row(
mainAxisAlignment: MainAxisAlignment.spaceBetween, mainAxisAlignment: MainAxisAlignment.spaceBetween,