Fixed off colouring in white theme

This commit is contained in:
TheXamlGuy
2024-07-01 19:15:29 +01:00
parent 25a0792672
commit 987ea56870
+4 -1
View File
@@ -28,7 +28,10 @@
VerticalAlignment="Center" VerticalAlignment="Center"
Background="{DynamicResource AccentFillColorDefaultBrush}" Background="{DynamicResource AccentFillColorDefaultBrush}"
CornerRadius="12"> CornerRadius="12">
<TextBlock FontSize="10" Text="BETA PREVIEW 1" /> <TextBlock
FontSize="10"
Foreground="{DynamicResource TextOnAccentFillColorPrimaryBrush}"
Text="BETA PREVIEW 1" />
</Border> </Border>
</NavigationView.PaneHeader> </NavigationView.PaneHeader>
<NavigationView.PaneCustomContent> <NavigationView.PaneCustomContent>