fix(site/src/pages/AgentsPage): improve git panel color contrast - #28038
Merged
Conversation
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
DanielleMaywood
approved these changes
Aug 11, 2026
The Working label stays content-secondary for contrast, but the CircleDot icon keeps its original content-warning color as a state indicator.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Follow-up to #27012 addressing color contrast in the git panel:
text-content-warning) Working label failed color contrast. The label in the view switcher trigger and dropdown now usestext-content-secondary. TheCircleDotIconkeeps its originaltext-content-warningcolor as a state indicator.text-content-primaryfor their text and icons instead oftext-content-secondary. The now-redundanthover:text-content-primarywas dropped.No behavior changes; class-only updates in
GitPanel.tsxandRemoteDiffPanel.tsx.Testing
biome checkandtsc --noEmitpass on the touched files.