Skip to content

Commit f1257a1

Browse files
committed
Removed "Header" font-size and added a small spacing
1 parent 9de541c commit f1257a1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Codebreaker.MAUI/Views/Components/PegSelectionView.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
<ContentView.Resources>
1313
<conv:DictionaryToValuesConverter x:Key="DictionaryToValuesConverter" />
1414
</ContentView.Resources>
15-
<VerticalStackLayout>
16-
<Label Text="Select your colors" FontSize="Header" />
15+
<VerticalStackLayout Spacing="5">
16+
<Label Text="Select your colors" />
1717
<HorizontalStackLayout
1818
BindableLayout.ItemsSource="{Binding Path=Fields, Mode=OneWay}"
1919
Spacing="4">

0 commit comments

Comments
 (0)