1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-09-18 02:31:15 +02:00

PM-3349 Minor aligment improvemment for region selection in HomePage

This commit is contained in:
Dinis Vieira 2023-12-23 15:25:41 +00:00
parent 9b64af3423
commit 5d2fc4530f
No known key found for this signature in database
GPG Key ID: 9389160FF6C295F3

View File

@ -72,7 +72,7 @@
Command="{Binding ShowEnvironmentPickerCommand}" /> Command="{Binding ShowEnvironmentPickerCommand}" />
</StackLayout.GestureRecognizers> </StackLayout.GestureRecognizers>
<Label <Label
Margin="0,0,6,0" Margin="{OnPlatform Android='0,0,6,1', iOS='0,0,6,0'}"
Text="{Binding RegionText}" Text="{Binding RegionText}"
FontSize="13" FontSize="13"
TextColor="{DynamicResource MutedColor}" TextColor="{DynamicResource MutedColor}"