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

Radio button in dark theme doesn't change colors #1216

Open rafcon-dev opened 2 months ago

rafcon-dev commented 2 months ago

Describe the bug

Title, when radio button is used with a dark theme, the default blue border from light theme is used, which looks very bad. The border should be light grey for example.

To Reproduce

Set theme to dark, and use a radio button.

Expected behavior

Radio button border should be light grey, and the center should be dark grey instead of pure black. The text color also should be the same light grey as the rest of the text instead of pure white probably.

Screenshots

No response

OS version

Windows 10

.NET version

.net 8

WPF-UI NuGet version

3.0.5

Additional context

No response