-
-
Notifications
You must be signed in to change notification settings - Fork 172
feat: badge support colorA/colorB
#752
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
base: main
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
docs/content/2.guide/1.features.md
Outdated
| Overrides the default label color. You can pass a standard hex code (with or without the `#` prefix). | ||
|
|
||
| - **Default**: `#0a0a0a` | ||
| - **Usage**: `?colorLeft=HEX_CODE` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why: colorLeft and not color?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://img.shields.io/npm/dm/fast-npm-meta?style=flat&colorA=8250df&colorB=1fa669
Referring to the link above, I want to allow custom background colors for the left label. Perhaps we should also change the parameters to colorA/colorB?
No description provided.