Skip to content

Commit

Permalink
feat(notice): Add component tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
macandcheese committed Jan 25, 2024
1 parent 99687d6 commit 7921c2f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/calcite-components/src/components/notice/notice.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
* @prop --calcite-notice-box-shadow: Specifies the box shadow of the component.
* @prop --calcite-notice-corner-radius: Specifies the corner radius of the component.
* @prop --calcite-notice-icon-color: Specifies the color of the component's icon property.
* @prop --calcite-notice-close-icon-color: Specifies the color of the component's `closable` icon color;
* @prop --calcite-notice-close-background-color: Specifies the color of the component's `closable` background color;
* @prop --calcite-notice-close-background-color-hover: Specifies the hover color of the component's `closable` background color;
* @prop --calcite-notice-close-background-color-active: Specifies the active color of the component's `closable` background color;
* @prop --calcite-notice-close-background-color-focus: Specifies the focus color of the component's `closable` background color;
* @prop --calcite-notice-close-focus-color: Specifies the focus color of the component's `closable` background color;
* @prop --calcite-notice-close-icon-color: Specifies the color of the component's `closable` icon color.
* @prop --calcite-notice-close-background-color: Specifies the color of the component's `closable` background color.
* @prop --calcite-notice-close-background-color-hover: Specifies the hover color of the component's `closable` background color.
* @prop --calcite-notice-close-background-color-active: Specifies the active color of the component's `closable` background color.
* @prop --calcite-notice-close-background-color-focus: Specifies the focus color of the component's `closable` background color.
* @prop --calcite-notice-close-focus-color: Specifies the focus color of the component's `closable` background color.
*
*/

Expand Down

0 comments on commit 7921c2f

Please sign in to comment.