mirror of
https://github.com/bitwarden/android.git
synced 2025-01-13 19:57:37 +03:00
PM-3350 Fix for Delete Account buttons on iOS
This commit is contained in:
parent
fa022a1a4f
commit
1b885ea438
1 changed files with 2 additions and 0 deletions
|
@ -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" />
|
||||
|
|
Loading…
Reference in a new issue