Closed marionbarker closed 1 month ago
Agreed, these are really hard to see in Dark Mode with the current design.
Yes, I agree it's too faint in dark mode. It might need a line width increase. I'd still like to stick to existing iOS conventions for color, though. See the following screen shots from iOS mail and Display & Brightness screen in iOS Settings.
Thanks for running this one down & generating a PR for this Marion. From the provided Loop pics I personally prefer using a lineWidth of 2 for these open circles to make things more clear for my aging & color blind eyes, particularly in dark mode.
Fixed with https://github.com/LoopKit/LoopKit/pull/549
Is your feature request related to a problem? Please describe. It can be hard to see where to tap to change selections, especially in dark mode on an iOS 18 phone.
Describe the solution you'd like Modify the code to make the open circles easier to see.
Describe alternatives you've considered N/A
Additional context This is a one line change to https://github.com/LoopKit/LoopKit/blob/3ce43ded238a776f7/LoopKitUI/Views/CheckmarkListItem.swift#L77
The graphics below are from left to right:
.stroke()
.stroke(Color.accentColor, lineWidth: 1)
.stroke(Color.accentColor, lineWidth: 2)
Dark Mode: Silence Pod
Light Mode: Insulin Selection
From those screens, I think lineWidth of 1 is best.
Here are a few more screens (in dark mode) with the
lineWidth: 1
modification.