We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 200bcec commit 380e851Copy full SHA for 380e851
src/System.Windows.Forms/System/Windows/Forms/Controls/TextBox/TextBoxBase.cs
@@ -291,7 +291,7 @@ public override Color BackColor
291
// If we're ReadOnly and in DarkMode, we are using a different background color.
292
? Application.IsDarkModeEnabled
293
&& GetStyle(ControlStyles.ApplyThemingImplicitly)
294
- ? SystemColors.ControlLight
+ ? SystemColors.ControlDarkDark
295
: SystemColors.Control
296
: SystemColors.Window;
297
}
0 commit comments