We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Current implementation has styles that are misaligned with Figma designs.
Styles should be (to be confirmed within URL below):
font-size: 12px; font-style: normal; font-weight: 600; line-height: 16px; letter-spacing: 0.2px; text-align: center;
https://www.figma.com/file/2pFu80PXO5A2tfyrAGnx91/Product-Components?node-id=6904%3A34178
The text was updated successfully, but these errors were encountered:
#341 Reorganize Badge component to reflect Figma designs
cce8a2e
d6d577f
#341 Reorganize Badge component to reflect Figma designs (#356)
0eed2c7
* Added `kind` prop instead of `secondary` boolean * Added `size` to handle 3 cases * Added `type` to automatically handle `alert` and `dot` variants
Released in v1.0.0-alpha.17
Sorry, something went wrong.
sgraczyk
Successfully merging a pull request may close this issue.
Description
Current implementation has styles that are misaligned with Figma designs.
Styles should be (to be confirmed within URL below):
Design
https://www.figma.com/file/2pFu80PXO5A2tfyrAGnx91/Product-Components?node-id=6904%3A34178
The text was updated successfully, but these errors were encountered: