mirror of
https://github.com/bitwarden/android.git
synced 2024-12-26 19:08:32 +03:00
PM-3349 Minor aligment improvemment for region selection in HomePage
This commit is contained in:
parent
9b64af3423
commit
5d2fc4530f
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@
|
|||
Command="{Binding ShowEnvironmentPickerCommand}" />
|
||||
</StackLayout.GestureRecognizers>
|
||||
<Label
|
||||
Margin="0,0,6,0"
|
||||
Margin="{OnPlatform Android='0,0,6,1', iOS='0,0,6,0'}"
|
||||
Text="{Binding RegionText}"
|
||||
FontSize="13"
|
||||
TextColor="{DynamicResource MutedColor}"
|
||||
|
|
Loading…
Reference in a new issue