feat(app): sessions list improvements#30941
Merged
Merged
Conversation
Hona
reviewed
Jun 5, 2026
| "v2-background-bg-layer-01": "var(--v2-grey-200)", | ||
| "v2-background-bg-layer-02": "var(--v2-grey-300)", | ||
| "v2-background-bg-layer-03": "var(--v2-grey-400)", | ||
| "v2-background-bg-layer-04": "var(--v2-grey-400)", |
Member
There was a problem hiding this comment.
This override is applied after the semantic mapping in resolveThemeVariantV2(), so OC-2 still resolves bg-layer-04 to the pre-tuning colors (grey-400 here and grey-700 in dark mode). Please regenerate oc-2.json with packages/ui/script/build-oc2-v2-overrides.ts after updating theme.css so the open-tab indicator receives the tuned values.
Contributor
Author
There was a problem hiding this comment.
grey-400 and gray-700 is correct as per Figma, I only changed the tokens for generated themes to bring their contrast closer to OC-2
Contributor
Author
There was a problem hiding this comment.
Actually, the other OC-2 tokens were outdated; the design system must've been updated... I made a quick PR to fix: #31071
Hona
approved these changes
Jun 5, 2026
ShamirSecret
pushed a commit
to ShamirSecret/auto-code-machine
that referenced
this pull request
Jun 6, 2026
(cherry picked from commit 1fd9c77)
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Issue for this PR
N/A
Type of change
What does this PR do?
bg-layer-04color tokenTabStateIndicatorwith project avatarHow did you verify your code works?
bun turbo typecheck)Screenshots / recordings
Checklist
If you do not follow this template your PR will be automatically rejected.