Skip to content

Conversation

@Dimillian
Copy link
Owner

Motivation

  • Poll option text can be hard to read when a custom tintColor is used because the completed-result fill was fully opaque with the same tint.
  • The uncompleted poll background uses opacity(0.4), so increasing the completed result opacity improves legibility.
  • The change aims to make poll results more readable across different user-selected themes.

Description

  • Updated Packages/StatusKit/Sources/StatusKit/Poll/StatusPollView.swift to use theme.tintColor.opacity(0.6) for the result fill.
  • The change targets the RoundedRectangle used inside the _PercentWidthLayout that renders the option result width.
  • This is a single-line visual tweak and does not alter layout or interaction logic.

Testing

  • No automated tests were run for this change.
  • A local commit and PR were created to capture the change for review.

Codex Task

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants