mirror of
https://github.com/bitwarden/mobile.git
synced 2024-11-07 09:20:04 +01:00
PM-3350 Fix for Delete Account buttons on iOS
This commit is contained in:
parent
fa022a1a4f
commit
1b885ea438
@ -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 New Issue
Block a user