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()) {