Skip to content

Commit

Permalink
New global black color and minor fixes (#43)
Browse files Browse the repository at this point in the history
Co-authored-by: Davyd Melkon <131438868+davyd-akamai@users.noreply.github.com>
Co-authored-by: Jaalah Ramos <125309814+jaalah-akamai@users.noreply.github.com>
Co-authored-by: Jaalah Ramos <jaalah.ramos@gmail.com>
  • Loading branch information
3 people authored Jun 25, 2024
1 parent 5adf027 commit b78c484
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tokens/components/globals/header.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"search": {
"background": {
"value": "{global.color.neutrals.100}",
"value": "{global.color.neutrals.90}",
"type": "color"
},
"text": {
Expand Down
11 changes: 10 additions & 1 deletion tokens/global/global.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"description": "Default text color"
},
"black": {
"value": "#000000",
"value": "#232326",
"type": "color",
"description": "Global header and footer"
},
Expand Down Expand Up @@ -767,6 +767,10 @@
}
},
"spacing": {
"0": {
"value": "0",
"type": "spacing"
},
"10": {
"value": "0.125rem",
"type": "spacing",
Expand Down Expand Up @@ -806,6 +810,11 @@
"value": "2rem",
"type": "spacing",
"description": "32px"
},
"90": {
"value": "3rem",
"type": "spacing",
"description": "48px"
}
},
"font": {
Expand Down

0 comments on commit b78c484

Please sign in to comment.