Skip to content

Commit 96cd8b1

Browse files
Update src/System.Windows.Forms/System/Windows/Forms/Application.cs
Co-authored-by: Merrie McGaw <[email protected]>
1 parent c12911e commit 96cd8b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/System.Windows.Forms/System/Windows/Forms/Application.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ internal static bool CustomThreadExceptionHandlerAttached
312312
/// <b>Contrast and Accessibility Edge Cases:</b> Some edge cases may result in suboptimal contrast or may not meet certain
313313
/// accessibility guidelines. While Dark Mode addresses major accessibility concerns for many users (such as reducing eye
314314
/// strain from bright screens), if your application requires strict contrast compliance, we recommend using
315-
/// Classic (light) mode or High Contrast mode.
315+
/// Classic (light) mode or applying a Windows Accessibility contrast theme.
316316
/// </description>
317317
/// </item>
318318
/// </list>

0 commit comments

Comments
 (0)