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

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>