Skip to content

Commit 380e851

Browse files
Update src/System.Windows.Forms/System/Windows/Forms/Controls/TextBox/TextBoxBase.cs
1 parent 200bcec commit 380e851

File tree

1 file changed

+1
-1
lines changed
  • src/System.Windows.Forms/System/Windows/Forms/Controls/TextBox

1 file changed

+1
-1
lines changed

src/System.Windows.Forms/System/Windows/Forms/Controls/TextBox/TextBoxBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ public override Color BackColor
291291
// If we're ReadOnly and in DarkMode, we are using a different background color.
292292
? Application.IsDarkModeEnabled
293293
&& GetStyle(ControlStyles.ApplyThemingImplicitly)
294-
? SystemColors.ControlLight
294+
? SystemColors.ControlDarkDark
295295
: SystemColors.Control
296296
: SystemColors.Window;
297297
}

0 commit comments

Comments
 (0)