-
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(date-picker): add component tokens (#8822)
**Related Issue:** # ## Summary Adds following tokens for `calcite-date-picker` component. ``` @prop --calcite-date-picker-border-color: Specifies the border color of the component. @prop --calcite-date-picker-border-radius: Specifies the border radius of the component. @prop --calcite-date-picker-day-background-color-hover: Specifies the background color of the day when hovered. @prop --calcite-date-picker-day-background-color-selected: Specifies the background color of the day when selected. @prop --calcite-date-picker-day-background-color: Specifies the background color of the day. @prop --calcite-date-picker-day-corner-radius: Specifies the corner radius of day. @prop --calcite-date-picker-day-font-size: Specifies the font size of the day. @prop --calcite-date-picker-day-range-background-color-hover: Specifies the background color of day range when hovered. @prop --calcite-date-picker-day-range-background-color-selected: Specifies the background color of day range when selected. @prop --calcite-date-picker-day-text-color-hover: Specifies the text color of day when hovered. @prop --calcite-date-picker-day-text-color: Specifies the text color of day. @prop --calcite-date-picker-day-text-selected: Specifies the text color of day when selected. @prop --calcite-date-picker-week-headers-border-color: Specifies the border color of week headers. @prop --calcite-date-picker-week-headers-text-color: Specifies the text color of week headers.
- Loading branch information
1 parent
dc433c9
commit 4674100
Showing
3 changed files
with
142 additions
and
46 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
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