Fixed Overlay of Swipe Buttons

master
Rafael 2024-08-16 15:47:39 +02:00
parent 85e2ec0ce3
commit 32da659e03
1 changed files with 1 additions and 0 deletions

View File

@ -507,6 +507,7 @@ class UserMatchingPageState extends State<UserMatchingPage> {
langList: userProfile.languages, langList: userProfile.languages,
iconHeight: 12, iconHeight: 12,
), ),
const SizedBox(height: 64),
], ],
), ),
), ),