diff --git a/lib/pages/user_matching_page.dart b/lib/pages/user_matching_page.dart index 6ef6446..7cb7b5c 100644 --- a/lib/pages/user_matching_page.dart +++ b/lib/pages/user_matching_page.dart @@ -507,6 +507,7 @@ class UserMatchingPageState extends State { langList: userProfile.languages, iconHeight: 12, ), + const SizedBox(height: 64), ], ), ),