mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Merge pull request #4322 from Flow-Launcher/FixSelectionBrush
Use DynamicResource for TextBox SelectionBrush
This commit is contained in:
commit
1bdc1164f8
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@
|
|||
<Setter Property="Padding" Value="0 0 50 0" />
|
||||
<Setter Property="Foreground" Value="{DynamicResource Color05B}" />
|
||||
<Setter Property="CaretBrush" Value="{DynamicResource Color05B}" />
|
||||
<Setter Property="SelectionBrush" Value="{StaticResource SystemAccentColorLight1Brush}" />
|
||||
<Setter Property="SelectionBrush" Value="{DynamicResource SystemAccentColorLight1Brush}" />
|
||||
<Setter Property="FontSize" Value="16" />
|
||||
<Setter Property="Height" Value="42" />
|
||||
</Style>
|
||||
|
|
|
|||
Loading…
Reference in a new issue