Skip to content

Commit

Permalink
Increase text size of total points (#1039)
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharykeeping authored Sep 17, 2024
1 parent ce56fa4 commit 6c2b1ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/MobileUI/Features/Flyout/FlyoutHeader.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
<Label Style="{StaticResource LabelBold}"
VerticalOptions="Center"
VerticalTextAlignment="Center"
FontSize="14"
TextColor="White"
Text="{Binding Path=Rank, StringFormat='#{0:n0}'}"/>
</Border>
Expand Down Expand Up @@ -117,6 +118,7 @@
<Label Style="{StaticResource LabelBold}"
VerticalOptions="Center"
VerticalTextAlignment="Center"
FontSize="18"
TextColor="White"
Text="{Binding Path=Points, StringFormat='{0:n0}'}" />
</Border>
Expand Down Expand Up @@ -145,6 +147,7 @@
<Label Style="{StaticResource LabelBold}"
VerticalOptions="Center"
VerticalTextAlignment="Center"
FontSize="14"
TextColor="White"
Text="{Binding Path=Credits, StringFormat='{0:n0}'}" />
</Border>
Expand Down

0 comments on commit 6c2b1ab

Please sign in to comment.