Skip to content

fix(site/src/pages/AgentsPage): improve git panel color contrast - #28038

Merged
tracyjohnsonux merged 2 commits into
mainfrom
fix/git-panel-working-color
Aug 11, 2026
Merged

fix(site/src/pages/AgentsPage): improve git panel color contrast#28038
tracyjohnsonux merged 2 commits into
mainfrom
fix/git-panel-working-color

Conversation

@tracyjohnsonux

@tracyjohnsonux tracyjohnsonux commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

Summary

Follow-up to #27012 addressing color contrast in the git panel:

  • The orange (text-content-warning) Working label failed color contrast. The label in the view switcher trigger and dropdown now uses text-content-secondary. The CircleDotIcon keeps its original text-content-warning color as a state indicator.
  • The Commit and View PR buttons now use text-content-primary for their text and icons instead of text-content-secondary. The now-redundant hover:text-content-primary was dropped.

No behavior changes; class-only updates in GitPanel.tsx and RemoteDiffPanel.tsx.

Testing

  • biome check and tsc --noEmit pass on the touched files.
  • Verified visually via Storybook screenshots of the GitPanel stories.

Generated by Coder Agents on behalf of @tracyjohnsonux.

The orange Working state in the git panel view switcher failed color
contrast, so the Working icon and label now use content-secondary.
The Commit and View PR buttons move from content-secondary to
content-primary for their text and icons.

Co-authored-by: Coder Agent
The Working label stays content-secondary for contrast, but the
CircleDot icon keeps its original content-warning color as a state
indicator.
@tracyjohnsonux
tracyjohnsonux merged commit 5fab238 into main Aug 11, 2026
30 checks passed
@tracyjohnsonux
tracyjohnsonux deleted the fix/git-panel-working-color branch August 11, 2026 21:04
@github-actions github-actions Bot locked and limited conversation to collaborators Aug 11, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants