Skip to content

Commit

Permalink
Built and updated design tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandra-lim authored and github-actions[bot] committed Jun 29, 2022
1 parent dabb00d commit 69fea87
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions build/scss/colors.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// Do not edit directly
// Generated on Wed, 29 Jun 2022 16:08:57 GMT
// Generated on Wed, 29 Jun 2022 16:10:55 GMT

$colors-green-100: #FAFFFC;
$colors-green-200: #EBF2EF;
Expand All @@ -10,7 +10,6 @@ $colors-green-500: #86B09B;
$colors-green-600: #307553;
$colors-green-700: #275E43;
$colors-green-800: #244C38;
$colors-green-4000: #fff;
$colors-blue-100: #F5FAFF;
$colors-blue-200: #E6F1FC;
$colors-blue-300: #C0D8F0;
Expand Down
2 changes: 1 addition & 1 deletion build/scss/typography.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// Do not edit directly
// Generated on Wed, 29 Jun 2022 16:08:57 GMT
// Generated on Wed, 29 Jun 2022 16:10:55 GMT

$typography-letter-spacing-base: 0;
$typography-paragraph-spacing-base: 0;
Expand Down
3 changes: 1 addition & 2 deletions build/ts/colors.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Wed, 29 Jun 2022 16:08:57 GMT
* Generated on Wed, 29 Jun 2022 16:10:55 GMT
*/

export const ColorsGreen100 = "#FAFFFC";
Expand All @@ -11,7 +11,6 @@ export const ColorsGreen500 = "#86B09B";
export const ColorsGreen600 = "#307553";
export const ColorsGreen700 = "#275E43";
export const ColorsGreen800 = "#244C38";
export const ColorsGreen4000 = "#fff";
export const ColorsBlue100 = "#F5FAFF";
export const ColorsBlue200 = "#E6F1FC";
export const ColorsBlue300 = "#C0D8F0";
Expand Down
2 changes: 1 addition & 1 deletion build/ts/typography.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Wed, 29 Jun 2022 16:08:57 GMT
* Generated on Wed, 29 Jun 2022 16:10:55 GMT
*/

export const TypographyLetterSpacingBase = 0;
Expand Down

0 comments on commit 69fea87

Please sign in to comment.