PowerToys/src/core/Microsoft.PowerToys.Settings.UI/Styles/Page.xaml

10 lines
339 B
Plaintext
Raw Normal View History

2020-03-12 01:43:32 +08:00
<ResourceDictionary
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<Style TargetType="Page" x:Key="PageStyle">
<Setter Property="Background" Value="{ThemeResource ApplicationPageBackgroundThemeBrush}" />
</Style>
</ResourceDictionary>