Skip to content

feat(ai-spinner-icon): make spinner colors configurable - #2150

Merged
AdrianArenal merged 1 commit into
mainfrom
feat/ai-spinner-icon-configurable-color
Aug 4, 2026
Merged

feat(ai-spinner-icon): make spinner colors configurable#2150
AdrianArenal merged 1 commit into
mainfrom
feat/ai-spinner-icon-configurable-color

Conversation

@AdrianArenal

Copy link
Copy Markdown
Contributor

currentColor usage, to avoid things like:

.x-ragno [data-test='no-results-icon'] svg polygon,
.x-ragno [data-test='no-results-icon'] svg ellipse {
  fill: var(--xds-color-neutral-0) !important;
  stroke: var(--xds-color-neutral-0) !important;
}

Pull request template

Describe the purpose of the change, the specific changes done in detail, and the issue you have fixed.

Motivation and context

  • Dependencies. If any, specify:
  • Open issue. If applicable, link:

Type of change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that causes existing functionality to not work as expected)
  • Change requires a documentation update

What is the destination branch of this PR?

  • Main
  • Other. Specify:

How has this been tested?

Tests performed according to testing guidelines:

Checklist:

  • My code follows the style guidelines of this project.
  • I have performed a self-review on my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have made corresponding changes to the documentation.
  • My changes generate no new warnings.
  • I have added tests that prove my fix is effective or that my feature works.
  • New and existing unit tests pass locally with my changes.

@AdrianArenal
AdrianArenal requested a review from a team as a code owner August 4, 2026 07:07
@AdrianArenal
AdrianArenal merged commit f506056 into main Aug 4, 2026
1 check passed
@AdrianArenal
AdrianArenal deleted the feat/ai-spinner-icon-configurable-color branch August 4, 2026 07:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants