Skip to content

Commit 27758e8

Browse files
committed
Changed font size to standard "Header" size
1 parent 9d374bb commit 27758e8

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/Codebreaker.MAUI/Views/Pages/GamePage.xaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
FlexLayout.Grow="2">
3030
<Label
3131
VerticalTextAlignment="Center"
32-
Text="Enter your Gamername:"
33-
FontSize="18" />
32+
Text="Enter your Gamername"
33+
FontSize="Header" />
3434
<Entry
3535
IsEnabled="{Binding IsNameEnterable, Mode=OneWay}"
3636
Text="{Binding Name, Mode=TwoWay }"
@@ -60,7 +60,6 @@
6060
<FlexLayout
6161
Grid.Row="1"
6262
MaximumWidthRequest="700"
63-
Padding="15,0"
6463
IsVisible="{Binding GameStatus, Mode=OneWay, Converter={StaticResource GameStatusVisibleConverter}, ConverterParameter=Cancelable}"
6564
Wrap="Wrap"
6665
JustifyContent="Center"

0 commit comments

Comments
 (0)