Merge pull request #381 from ChiahongHong/tooltip-color

Fix foreground color in tooltip on primary button
This commit is contained in:
leo 2024-08-21 10:09:19 +08:00 committed by GitHub
commit a99f075c64
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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>