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" />