microsoft / fluentui-react-native

A react-native component library that implements the Fluent Design System.
https://developer.microsoft.com/fluentui
MIT License
1.25k stars 161 forks source link

fix(menu): Add a border on macOS in dark mode and increased contrast #3662

Closed Saadnajmi closed 2 months ago

Saadnajmi commented 2 months ago

Platforms Impacted

Description of changes

Add a border to MenuV1 on macOS when increased contrast is enabled. Technically the Menu is now 1 px bigger in Increased contrast is on, but I think that's OK.

Verification

Dark Mode:

Screenshot 2024-06-21 at 1 09 12 PM

Increased Contrast Light: image

Increased Contrast Dark:

Screenshot 2024-06-20 at 1 50 21 PM

Pull request checklist

This PR has considered (when applicable):