fix: correct selector for foreground color in tooltip on primary button

This commit is contained in:
Chiahong Hong 2024-08-21 01:28:13 +08:00
parent ad21d2f6bf
commit 1dfa7aa1a7
No known key found for this signature in database
GPG key ID: 77021906D88E7150

View file

@ -514,7 +514,7 @@
<Style Selector="Button.flat.primary:pointerover /template/ ContentPresenter#PART_ContentPresenter">
<Setter Property="Background" Value="Transparent"/>
</Style>
<Style Selector="Button.flat.primary TextBlock">
<Style Selector="Button.flat.primary > TextBlock">
<Setter Property="Foreground" Value="{DynamicResource AccentButtonForeground}"/>
</Style>