Fix text colorisation on about page

This commit is contained in:
pizzaboxer 2024-06-19 23:05:16 +01:00
parent 0d4fbfe8c2
commit 9a3fd5489e
No known key found for this signature in database
GPG Key ID: 59D4A1DBAD0F2BA8

View File

@ -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>