Fixed off colouring in white theme
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user