Skip to content

Commit

Permalink
Updated styles and tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
Supernova Bot committed Jan 24, 2024
1 parent 24eaf36 commit 2d144bb
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 @@ -48,6 +48,7 @@ $background-interactive-inverted-active: #1717174d !default;
$background-interactive-inverted-default: #17171700 !default;
$background-interactive-inverted-hover: #17171733 !default;
$background-inverted: #171717 !default;
$background-light-blue: #f5f8ff !default;
$border-primary-active: #8294a5 !default;
$border-primary-default: #b0c0cf !default;
$border-primary-disabled: #f0f0f0 !default;
Expand Down Expand Up @@ -142,6 +143,7 @@ $background-colors: (
interactive-inverted-default: $background-interactive-inverted-default,
interactive-inverted-hover: $background-interactive-inverted-hover,
inverted: $background-inverted,
light-blue: $background-light-blue,
) !default;

$border-colors: (
Expand Down

0 comments on commit 2d144bb

Please sign in to comment.