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 Aug 18, 2023
1 parent 89f38e6 commit 5b0536a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions packages/design-tokens/src/scss/generated/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ $handwritten-caption: (
),
) !default;

$heading-large-large-text: (
$heading-large-text: (
mobile: (
font-family: "'Ebony', sans-serif",
font-size: 1.875rem,
Expand All @@ -236,7 +236,7 @@ $heading-large-large-text: (
),
) !default;

$heading-medium-medium-text: (
$heading-medium-text: (
mobile: (
font-family: "'Ebony', sans-serif",
font-size: 1.625rem,
Expand All @@ -260,7 +260,7 @@ $heading-medium-medium-text: (
),
) !default;

$heading-small-small-text: (
$heading-small-text: (
mobile: (
font-family: "'Ebony', sans-serif",
font-size: 1.5rem,
Expand All @@ -284,7 +284,7 @@ $heading-small-small-text: (
),
) !default;

$heading-xsmall-xsmall-text: (
$heading-xsmall-text: (
mobile: (
font-family: "'Ebony', sans-serif",
font-size: 1.25rem,
Expand Down Expand Up @@ -376,10 +376,10 @@ $styles: (
display-medium-text: $display-medium-text,
display-small-text: $display-small-text,
handwritten-caption: $handwritten-caption,
heading-large-large-text: $heading-large-large-text,
heading-medium-medium-text: $heading-medium-medium-text,
heading-small-small-text: $heading-small-small-text,
heading-xsmall-xsmall-text: $heading-xsmall-xsmall-text,
heading-large-text: $heading-large-text,
heading-medium-text: $heading-medium-text,
heading-small-text: $heading-small-text,
heading-xsmall-text: $heading-xsmall-text,
link: $link,
link-underline: $link-underline,
text-bold: $text-bold,
Expand Down

0 comments on commit 5b0536a

Please sign in to comment.