Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
feat: Add green120, updated muted, adjust font sizes and weight (#11)
Browse files Browse the repository at this point in the history
Co-authored-by: bjerk-bot <bjerk-bot@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and bjerk-bot committed Feb 1, 2022
1 parent 23c84d5 commit 883f969
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion tokens/colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const colors = {
"green60": "rgba(149, 224, 200, 1)",
"green80": "rgba(113, 214, 181, 1)",
"green100": "rgba(78, 204, 163, 1)",
"green120": "rgba(46, 137, 108, 1)",
"black60": "rgba(123, 127, 131, 1)",
"black80": "rgba(79, 84, 90, 1)",
"black100": "rgba(35, 41, 49, 1)",
Expand All @@ -14,7 +15,7 @@ const colors = {
"secondary": "rgba(57, 114, 255, 1)",
"background": "rgba(249, 245, 237, 1)",
"text": "rgba(35, 41, 49, 1)",
"muted": "rgba(182, 198, 223, 1)",
"muted": "rgba(149, 224, 200, 1)",
"highlight": "rgba(241, 240, 176, 1)",
"accent": "rgba(241, 240, 176, 1)"
} as const;
Expand Down
4 changes: 2 additions & 2 deletions tokens/fontSizes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
const fontSizes = {
"sub": "0.75rem",
"paragraph": "1rem",
"heading": "1.25rem",
"title": "4rem"
"heading": "1.5rem",
"title": "3rem"
} as const;

export default fontSizes;
2 changes: 1 addition & 1 deletion tokens/fontWeights.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
const fontWeights = {
"bold": 700,
"body": 400,
"heading": 500
"heading": 800
} as const;

export default fontWeights;

0 comments on commit 883f969

Please sign in to comment.