Merge pull request #4322 from Flow-Launcher/FixSelectionBrush

Use DynamicResource for TextBox SelectionBrush
This commit is contained in:
Jack Ye 2026-03-08 17:56:16 +08:00 committed by GitHub
commit 1bdc1164f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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>