Skip to content
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(button): add component tokens #10358

Open
wants to merge 12 commits into
base: dev
Choose a base branch
from
Open

feat(button): add component tokens #10358

wants to merge 12 commits into from

Conversation

alisonailea
Copy link
Contributor

Related Issue: #7180

Summary

--calcite-button-background-color: Specifies the component's background color.
--calcite-button-border-color: Specifies the component's border color.
--calcite-button-corner-radius: Specifies the component's corner radius.
--calcite-button-corner-radius-start-start: Specifies the component's top-left corner radius. will fallback to --calcite-button-corner-radius.
--calcite-button-corner-radius-start-end: Specifies the component's top-right corner radius. Will fallback to --calcite-button-corner-radius.
--calcite-button-corner-radius-end-start: Specifies the component's bottom-left corner radius. Will fallback to --calcite-button-corner-radius.
--calcite-button-corner-radius-end-end: Specifies the component's bottom-right corner radius. Will fallback to --calcite-button-corner-radius.
--calcite-button-icon-color: Specifies the color of an icon in the component.
--calcite-button-loader-color: Specifies the component's loader color.
--calcite-button-shadow-color: Specifies the component's shadow.
--calcite-button-text-color: Specifies the component's text color.

@alisonailea alisonailea self-assigned this Sep 19, 2024
@github-actions github-actions bot added the enhancement Issues tied to a new feature or request. label Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Issues tied to a new feature or request.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant