lepoco / wpfui

WPF UI provides the Fluent experience in your known and loved WPF framework. Intuitive design, themes, navigation and new immersive controls. All natively and effortlessly.
https://wpfui.lepo.co
MIT License
7.72k stars 756 forks source link

Wrong accent color #1214

Open Wulgryn opened 3 months ago

Wulgryn commented 3 months ago

Describe the bug

The controls uses the wrong accent color.

To Reproduce

  1. Turn on windows auto accent color and show accent color on bordsers and titles
  2. Create a new application.
  3. Create a NavigationView in the window with an auto suggest box.
  4. Start the application.
  5. Click in the auto suggest box.
  6. The color appears on the bottom of the textbox is the wrong accent color.

Expected behavior

It should be another color but it uses the accent color for the window border.

Screenshots

The wrong color: image

Expected colors: image

OS version

Windows 11

.NET version

.NET 8

WPF-UI NuGet version

3.0.5

Additional context

No response