Skip to content

Commit

Permalink
Feat(design-tokens): Add background-hero color #JOBS-9750
Browse files Browse the repository at this point in the history
  • Loading branch information
Supernova Bot authored and dlouhak committed Mar 13, 2024
1 parent ee5c3ec commit d9fd3a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/design-tokens/src/scss/generated/_colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ $action-unselected-hover: #849499 !default;
$background-backdrop: #171717b2 !default;
$background-basic: #fff !default;
$background-cover: #f8f8f8 !default;
$background-hero: #f4f7ff !default;
$background-interactive-active: #969eaf33 !default;
$background-interactive-default: #17171700 !default;
$background-interactive-hover: #969eaf1a !default;
Expand Down Expand Up @@ -135,6 +136,7 @@ $background-colors: (
backdrop: $background-backdrop,
basic: $background-basic,
cover: $background-cover,
hero: $background-hero,
interactive-active: $background-interactive-active,
interactive-default: $background-interactive-default,
interactive-hover: $background-interactive-hover,
Expand Down

0 comments on commit d9fd3a6

Please sign in to comment.