We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9de541c commit f1257a1Copy full SHA for f1257a1
1 file changed
src/Codebreaker.MAUI/Views/Components/PegSelectionView.xaml
@@ -12,8 +12,8 @@
12
<ContentView.Resources>
13
<conv:DictionaryToValuesConverter x:Key="DictionaryToValuesConverter" />
14
</ContentView.Resources>
15
- <VerticalStackLayout>
16
- <Label Text="Select your colors" FontSize="Header" />
+ <VerticalStackLayout Spacing="5">
+ <Label Text="Select your colors" />
17
<HorizontalStackLayout
18
BindableLayout.ItemsSource="{Binding Path=Fields, Mode=OneWay}"
19
Spacing="4">
0 commit comments