+
+
+ Forced colors component showcase
+
+
+ In Chrome, open DevTools > More tools > Rendering, then set
+ forced-colors to active and prefers-color-scheme to
+ light or dark. Then toggle the enhancer to compare the fix.
+
+
+
+ setEnhanced(event.target.checked)}
+ />
+ }
+ label="Enhance high contrast"
+ />
+
+ Forced colors: {forcedColorsActive ? 'active' : 'inactive'}
+
+
+ Color scheme: {paletteMode}
+
+
+
+
+