We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e8e39d commit 45b93a1Copy full SHA for 45b93a1
src/Resources/Styles.axaml
@@ -455,6 +455,9 @@
455
<Style Selector="Button.flat.primary:pointerover /template/ ContentPresenter#PART_ContentPresenter">
456
<Setter Property="Background" Value="Transparent"/>
457
</Style>
458
+ <Style Selector="Button.flat.primary TextBlock">
459
+ <Setter Property="Foreground" Value="{DynamicResource AccentButtonForeground}"/>
460
+ </Style>
461
462
<Style Selector="aes|SearchPanel">
463
<Setter Property="Template">
0 commit comments