Skip to content

Commit

Permalink
Fix text colorisation on about page
Browse files Browse the repository at this point in the history
  • Loading branch information
pizzaboxer committed Jun 19, 2024
1 parent 0d4fbfe commit 9a3fd54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bloxstrap/UI/Elements/Menu/Pages/AboutPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@

<ui:CardAction Grid.Row="0" Grid.Column="0" Margin="0,8,8,0" Command="models:GlobalViewModel.OpenWebpageCommand" CommandParameter="https://github.com/pizzaboxer/bloxstrap/blob/main/LICENSE">
<StackPanel>
<TextBlock FontSize="14" Text="Bloxstrap" Foreground="{DynamicResource TextFillColorSecondaryBrush}" />
<TextBlock FontSize="14" Text="Bloxstrap" />
<TextBlock Margin="0,2,0,0" FontSize="12" Text="{x:Static resources:Strings.Menu_About_Licenses_MIT}" Foreground="{DynamicResource TextFillColorTertiaryBrush}" />
</StackPanel>
</ui:CardAction>
Expand Down

0 comments on commit 9a3fd54

Please sign in to comment.