Skip to content

fix(ui): fix progress circle v2 stroke colors for visibility#37744

Open
MosEs8724 wants to merge 1 commit into
anomalyco:devfrom
MosEs8724:fix-progress-circle-v2-colors
Open

fix(ui): fix progress circle v2 stroke colors for visibility#37744
MosEs8724 wants to merge 1 commit into
anomalyco:devfrom
MosEs8724:fix-progress-circle-v2-colors

Conversation

@MosEs8724

@MosEs8724 MosEs8724 commented Jul 19, 2026

Copy link
Copy Markdown

Issue for this PR

Closes #37122

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation

What does this PR do?

The V2 progress circle uses --v2-background-bg-layer-04 for the background stroke and --v2-icon-icon-muted for the progress stroke. These tokens blend into the v2 surface background in dark mode, making progress levels indistinguishable.

Changed the background stroke to --border-weak-base and the progress stroke to --border-active, which provide proper contrast against the surface.

How did you verify your code works?

Applied the same two-line CSS change to the bundled renderer CSS in the OpenCode Desktop ASAR and visually confirmed the progress indicator renders correctly at various levels. The upstream dev branch has the identical issue.

Screenshots / recordings

N/A — CSS-only color change.

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

@github-actions github-actions Bot added needs:compliance This means the issue will auto-close after 2 hours. needs:issue labels Jul 19, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Thanks for your contribution!

This PR doesn't have a linked issue. All PRs must reference an existing issue.

Please:

  1. Open an issue describing the bug/feature (if one doesn't exist)
  2. Add Fixes #<number> or Closes #<number> to this PR description

See CONTRIBUTING.md for details.

@github-actions github-actions Bot removed needs:issue needs:compliance This means the issue will auto-close after 2 hours. labels Jul 19, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Thanks for updating your PR! It now meets our contributing guidelines. 👍

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Context usage icon on Desktop App with dark mode has very low contrast, light mode appears fine.

1 participant