-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(text-area): add component tokens (#10343)
**Related Issue:** #7180, #7606, #9040 ## Summary Add the following component-scoped CSS Variables to `calcite-text-area`: `--calcite-text-area-background-color`: Specifies the background color of the component. `--calcite-text-area-border-color`: Specifies the border color of the text area. `--calcite-text-area-character-limit-text-color`: Specifies the color of the character limit text displayed in footer of the component. `--calcite-text-area-divider-color`: Specifies the color of the divider between the text area and footer. `--calcite-text-area-font-size`: Specifies the font size of the thext area and footer. `--calcite-text-area-max-height`: Specifies the the maximum height of the text area in the component. `--calcite-text-area-min-height`: Specifies the minimum height of the text area in the component. `--calcite-text-area-text-color`: Specifies the color of text in the component. `--calcite-text-area-footer-border-color`: Specifies the border color of the footer.
- Loading branch information
Showing
7 changed files
with
299 additions
and
115 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.