Skip to content

Make Checkmark List Items easier to see #2238

@marionbarker

Description

@marionbarker

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions