mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-31 23:37:54 +08:00
10 lines
339 B
Plaintext
10 lines
339 B
Plaintext
|
<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>
|