Fix card colors in customization modal for better theme contrast - #333620
Merged
Hawk Ticehurst (hawkticehurst) merged 3 commits intoAug 31, 2026
Merged
Conversation
Hawk Ticehurst (hawkticehurst)
enabled auto-merge (squash)
August 31, 2026 19:05
Copilot started reviewing on behalf of
Hawk Ticehurst (hawkticehurst)
August 31, 2026 19:06
View session
Contributor
There was a problem hiding this comment.
Pull request overview
Updates customization card styling to improve visual separation across themes.
Changes:
- Adds tinted card backgrounds based on agent panel colors.
- Aligns card borders and row separators with agent panel theming.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
aiCustomizationWelcomePromptLaunchers.css |
Updates welcome and migration card colors. |
aiCustomizationManagement.css |
Updates inventory and marketplace card styling. |
agentGlobalConfigurationSettings.css |
Updates settings cards and row separators. |
💡 Configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Prefer the widget border when a theme defines one, while retaining the agent panel border fallback for themes without it.\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
Accept the CI-rendered blocks-ci hashes for the intended customization card background and border contrast changes. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Dmitriy Vasyura (dmitrivMS)
approved these changes
Aug 31, 2026
Hawk Ticehurst (hawkticehurst)
deleted the
agents/fix-customization-modal-card-colors
branch
August 31, 2026 19:59
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.
Fixes #333581
This pull request addresses the issue reported in #333581 regarding insufficient contrast between customization modal cards and their parent container background in certain themes, particularly Solarized Dark.
Changes made:
These adjustments enhance the visibility of the customization cards, improving user experience across different themes.