Summary
Our enhacement for high constrast mode on Windows is not complete.
Currently, just a few cases and components are covered.
See the example below:
- Alerts don't have borders
- Tabs dont have active indicator
- Paper doesnt have border
- Primary button doesnt have a border
(I haven't tested all the other components)
You can check a live example on:
https://stackblitz.com/edit/q2qqs9vd-ck2mpgci?file=src%2FDemo.jsx
Original
High contrast mode without enhancement
High contrast mode with enhancement
(see that only the disabled input changed color)

Motivation
Current solution solves just a few use cases.
Search keywords: accessibility contrast
Summary
Our enhacement for high constrast mode on Windows is not complete.
Currently, just a few cases and components are covered.
See the example below:
(I haven't tested all the other components)
You can check a live example on:
https://stackblitz.com/edit/q2qqs9vd-ck2mpgci?file=src%2FDemo.jsx
Original
High contrast mode without enhancement
High contrast mode with enhancement
(see that only the disabled input changed color)

Motivation
Current solution solves just a few use cases.
Search keywords: accessibility contrast