10 lines
318 B
XML
10 lines
318 B
XML
<ResourceDictionary
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:local="using:HueUWP.Themes">
|
|
|
|
<Style TargetType="TextBlock">
|
|
<Setter Property="Foreground" Value="White" />
|
|
</Style>
|
|
</ResourceDictionary>
|