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

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

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}"