Skip to content

Add purple color variant to chip component #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

codegen-sh[bot]
Copy link

@codegen-sh codegen-sh bot commented Mar 19, 2025

This PR adds a new purple color variant to the chip component.

Changes:

  • Added new CSS variables for purple color:
    • --ui-color-purple-50: #f5f3ff;
    • --ui-color-purple-700: #6d28d9;
    • --ui-color-purple-600-10: #7c3aed1a;
  • Added a new purple variant to the chip component with the class --purple
  • Updated examples in the documentation to include the new purple chip variant

The purple chip variant follows the same pattern as the existing color variants (green, yellow, red, blue) and provides a new color option for users.

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.

0 participants