-
-
Notifications
You must be signed in to change notification settings - Fork 197
Closed
Labels
Description
Description
When an app is in ThemeMode.dark and a menu is shown over light content, it causes color changes that make it look very out of place (non-mac-standard).
Use case: apps like Apple's Pages, which can work in dark mode with a white canvas without producing this odd menu behavior.
Here is an example from Pages:

.
.
Here's an example from a flutter app using macos_ui ToolBarPullDownButton in dark mode with light content:

.
.
The macos_ui version is glaringly out of place as a Mac app behavior.