macosui / macos_ui

Flutter widgets and themes implementing the current macOS design language.
https://macosui.github.io/macos_ui/#/
MIT License
1.81k stars 178 forks source link

MacosCheckbox in dark mode is difficult to see #404

Closed davidskelly closed 1 year ago

davidskelly commented 1 year ago

Hello!

I've found the MacosCheckbox in dark mode has too little contrast which makes it difficult to see and/or difficult to tell there is even a checkbox there.

Current dark mode:

Screen Shot 2023-04-04 at 1 07 17 PM

The native system checkbox dark mode has some shading which causes it to stand out more:

Screen Shot 2023-04-04 at 1 07 53 PM

MacosCheckbox in light mode has a border:

Screen Shot 2023-04-04 at 1 07 27 PM

But that border is removed in dark mode. And the color can't be changed.

Screen Shot 2023-04-04 at 3 54 08 PM

My suggestion would be to put the border back (1px) for dark mode, or some other solution that would allow more contrast, eg:

Screen Shot 2023-04-04 at 9 52 38 PM