PM-3349 minor fix to add space in HomePage between the region picker labels.

This commit is contained in:
Dinis Vieira 2023-12-17 22:26:15 +00:00
parent c01a8f8d93
commit bf35d1f2dc
No known key found for this signature in database
GPG Key ID: 9389160FF6C295F3
1 changed files with 1 additions and 0 deletions

View File

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