From 1b885ea438a0b03c164a4a8e50ba846abfabd462 Mon Sep 17 00:00:00 2001 From: Dinis Vieira Date: Fri, 22 Dec 2023 17:07:43 +0000 Subject: [PATCH] PM-3350 Fix for Delete Account buttons on iOS --- src/Core/Pages/Accounts/DeleteAccountPage.xaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Core/Pages/Accounts/DeleteAccountPage.xaml b/src/Core/Pages/Accounts/DeleteAccountPage.xaml index b43890c05..51c78cd67 100644 --- a/src/Core/Pages/Accounts/DeleteAccountPage.xaml +++ b/src/Core/Pages/Accounts/DeleteAccountPage.xaml @@ -61,6 +61,7 @@ VerticalOptions="Start" Margin="0,20,6,0" Padding="16,0" + MinimumHeightRequest="45" CornerRadius="2" TextTransform="Uppercase" Clicked="DeleteAccount_Clicked"/> @@ -73,6 +74,7 @@ VerticalOptions="Start" Margin="0,20,0,0" Padding="16,0" + MinimumHeightRequest="45" CornerRadius="2" TextTransform="Uppercase" Clicked="Close_Clicked" />