You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On 100% DPI, Button with FlatStyle 'Standard' is not in dark mode after enabled SystemColorMode.Dark, it cannot repro when monitor's dpi is greater than 100%.
on 100%DPI:
on 150%DPI:
Steps to reproduce
Create a WinForms .NET application with button control, set button's FlatStyle == Standard
Enable DarkMode by Application.SetColorMode(SystemColorMode.Dark) in Program.cs file