Skip to content

Commit 45b93a1

Browse files
committed
ux: foreground for primary button
1 parent 4e8e39d commit 45b93a1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Resources/Styles.axaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,9 @@
455455
<Style Selector="Button.flat.primary:pointerover /template/ ContentPresenter#PART_ContentPresenter">
456456
<Setter Property="Background" Value="Transparent"/>
457457
</Style>
458+
<Style Selector="Button.flat.primary TextBlock">
459+
<Setter Property="Foreground" Value="{DynamicResource AccentButtonForeground}"/>
460+
</Style>
458461

459462
<Style Selector="aes|SearchPanel">
460463
<Setter Property="Template">

0 commit comments

Comments
 (0)