mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-10-31 13:03:20 -07:00
fix: correct selector for foreground color in tooltip on primary button
This commit is contained in:
parent
ad21d2f6bf
commit
1dfa7aa1a7
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue