-
Notifications
You must be signed in to change notification settings - Fork 77
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(label): add component tokens #10688
Conversation
This PR has been automatically marked as stale because it has not had recent activity. Please close your PR if it is no longer relevant. Thank you for your contributions. |
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.
Looks good! One minor documentation change and we're good to go
@@ -4,6 +4,7 @@ | |||
* These properties can be overridden using the component's tag as selector. | |||
* | |||
* @prop --calcite-label-margin-bottom: The spacing below the component. |
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.
to align with other token documentation can we rewrite this as --calcite-label-margin-bottom: Specifies the component's bottom spacing
# Conflicts: # packages/calcite-components/src/components.d.ts # packages/calcite-components/src/components/label/label.e2e.ts
**Related Issue:** #7180 ## Summary Add `label` component tokens. `--calcite-label-text-color`: Specifies the component's text color.
Related Issue: #7180
Summary
Add
label
component tokens.--calcite-label-text-color
: Specifies the component's text color.