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.
2 parents 984b3da + 71944ab commit 1bdc116Copy full SHA for 1bdc116
1 file changed
Flow.Launcher/Themes/Win11Light.xaml
@@ -52,7 +52,7 @@
52
<Setter Property="Padding" Value="0 0 50 0" />
53
<Setter Property="Foreground" Value="{DynamicResource Color05B}" />
54
<Setter Property="CaretBrush" Value="{DynamicResource Color05B}" />
55
- <Setter Property="SelectionBrush" Value="{StaticResource SystemAccentColorLight1Brush}" />
+ <Setter Property="SelectionBrush" Value="{DynamicResource SystemAccentColorLight1Brush}" />
56
<Setter Property="FontSize" Value="16" />
57
<Setter Property="Height" Value="42" />
58
</Style>
0 commit comments