Loop icon indicating copy to clipboard operation
Loop copied to clipboard

Make Checkmark List Items easier to see

Open marionbarker opened this issue 4 months ago • 3 comments

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:

  • current code of .stroke()
  • option 1, code of .stroke(Color.accentColor, lineWidth: 1)
  • option 2, code of .stroke(Color.accentColor, lineWidth: 2)

Dark Mode: Silence Pod

silence_pod_stroke_empty_1_2

Light Mode: Insulin Selection

insulin_type_stroke_empty_1_2

From those screens, I think lineWidth of 1 is best.

Here are a few more screens (in dark mode) with the lineWidth: 1 modification.

various_dark_lineWidth_1

marionbarker avatar Oct 05 '24 20:10 marionbarker