From 6d8f83bc666f090507fc59403beaaf613ba387e0 Mon Sep 17 00:00:00 2001 From: Felipe Date: Mon, 30 Oct 2023 10:28:08 -0500 Subject: [PATCH] fix --- lib/src/screens/profile.dart | 1 + lib/src/screens/profile_web.dart | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/src/screens/profile.dart b/lib/src/screens/profile.dart index cf90fa6..a5087f0 100644 --- a/lib/src/screens/profile.dart +++ b/lib/src/screens/profile.dart @@ -618,6 +618,7 @@ class _ProfileScreenState extends State { ), ), ), + const SizedBox(height: 60), ElevatedButton( onPressed: () async { if (_formKey.currentState!.validate()) { diff --git a/lib/src/screens/profile_web.dart b/lib/src/screens/profile_web.dart index 7ffe1ce..ff60b43 100644 --- a/lib/src/screens/profile_web.dart +++ b/lib/src/screens/profile_web.dart @@ -579,7 +579,7 @@ class _ProfileWebScreenState extends State { ), ), ), - const SizedBox(height: 40), + const SizedBox(height: 60), ElevatedButton( onPressed: () async { if (_formKey.currentState!.validate()) {