.NET version
.NET 11 11.0.100-rc.2.26470.101-win-x64 build
Did it work in .NET Framework?
Not tested/verified
Did it work in any of the earlier releases of .NET Core or .NET 5+?
This is a regression, working well on .NET 10.0 build
Issue description
The dotnet line of button is black in DarkMode
Steps to reproduce
- Create a .NET Winforms project with a Button control
- Set app under Dark mode in program.cs file
Application.SetColorMode(SystemColorMode.Dark);
- Build & run the application
- Observe the dotnet line of button after Tab to it
.NET version
.NET 11 11.0.100-rc.2.26470.101-win-x64 build
Did it work in .NET Framework?
Not tested/verified
Did it work in any of the earlier releases of .NET Core or .NET 5+?
This is a regression, working well on .NET 10.0 build
Issue description
The dotnet line of button is black in DarkMode
Steps to reproduce
Application.SetColorMode(SystemColorMode.Dark);