-
Notifications
You must be signed in to change notification settings - Fork 13
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
feat(Tag): allow custom tag color #724
Conversation
148d2a6
to
4f1a2fa
Compare
I would not introduce another property, rather use the existing one. I would start with updating types for export type TTagColor = (typeof TAG_COLOR)[number] | string & {}; This will still give |
4f1a2fa
to
826a3c2
Compare
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
The purpose of this PR is to introduce the possibility to add a custom color for
bq-tag
component.