dotnet / wpf

WPF is a .NET Core UI framework for building Windows desktop applications.
MIT License
6.84k stars 1.13k forks source link

[Theming] DefaultAccentButtonStyle should be AccentButtonStyle #9059

Open niels9001 opened 2 weeks ago

niels9001 commented 2 weeks ago

Description

The new DefaultAccentButtonStyle allows you to turn a button into a colored button using the system's accent color.

This is based on the WinUI style called AccentButtonStyle (sans the Default)

Reproduction Steps

N/a

Expected behavior

Use the AccentButtonStyle style name

WinUI has the following Button styles: DefaultButtonStyle AccentButtonStyle

Actual behavior

I have to use the DefaultAccentButtonStyle

Regression?

No response

Known Workarounds

No response

Impact

No response

Configuration

No response

Other information

No response