We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3099dc8 commit 66145bfCopy full SHA for 66145bf
Flow.Launcher/Resources/CustomControlTemplate.xaml
@@ -57,12 +57,6 @@
57
<Setter Property="Foreground" Value="{DynamicResource Color05B}" />
58
</Style>
59
60
- <!-- Popup Color -->
61
- <Style x:Key="PageBackgroundColor" TargetType="{x:Type Window}">
62
- <Setter Property="Background" Value="{DynamicResource Color05B}" />
63
- <Setter Property="Foreground" Value="{DynamicResource Color05B}" />
64
- </Style>
65
-
66
<!-- Setting Window -->
67
<Style x:Key="PageTitle" TargetType="{x:Type TextBlock}">
68
0 commit comments