Skip to content

Commit

Permalink
Gameplay | Add font awesome for delete and check
Browse files Browse the repository at this point in the history
  • Loading branch information
bricefriha committed Feb 14, 2024
1 parent 5a4e8e8 commit 1e0b709
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Wordster/Views/GamePage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,8 @@
CommandParameter="-1"
Style="{StaticResource ActionGameButton}">
<Grid>
<Label Text="Back"
<Label Text="&#xf55a;"
FontFamily="FaSolid"
Style="{StaticResource TileText}"/>
</Grid>

Expand Down Expand Up @@ -368,7 +369,8 @@
Style="{StaticResource ActionGameButton}">

<Grid>
<Label Text="Check"
<Label Text="&#xf00c;"
FontFamily="FaSolid"
TextColor="{StaticResource DefaultButtonBrush}"
Style="{StaticResource TileText}"/>
</Grid>
Expand Down

0 comments on commit 1e0b709

Please sign in to comment.