mirror of
https://github.com/bitwarden/android.git
synced 2024-12-27 11:28:28 +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}" />
|
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}"
|
||||||
|
|
Loading…
Reference in a new issue