fix: adapt to theme#9985
Merged
Merged
Conversation
✅ Circular References ReportGenerated at: 2026-06-02T09:56:57.888Z Summary
Click to view all circular references in PR (10)Click to view all circular references in base branch (10)Analysis✅ No Change: This PR does not introduce or remove any circular references. This report was generated automatically by comparing against the |
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the “first request creation” UI to rely on theme CSS variables instead of hard-coded light/dark color branches, so the gradient styling adapts automatically to the active theme.
Changes:
- Removed light/dark conditional styling via
useIsLightTheme(). - Switched the wrapper/surface gradients and background colors to use theme variables (e.g.
--hl-*,--color-bg,--color-surprise-rgb).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
c23d697 to
50b502d
Compare
mcturco
suggested changes
May 29, 2026
Contributor
mcturco
left a comment
There was a problem hiding this comment.
This looks great! Just suggesting a small spacing change.
bae0320 to
ac3b8ba
Compare
ac3b8ba to
8f20dc7
Compare
8f20dc7 to
cd2b01a
Compare
Co-authored-by: Missy Turco <60163079+mcturco@users.noreply.github.com>
cd2b01a to
3e63e2e
Compare
ZxBing0066
approved these changes
Jun 2, 2026
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.
Use existing theme variables for the first reuqest gradient background color.