Skip to content

Commit

Permalink
Merge pull request #81 from davyd-akamai/updates
Browse files Browse the repository at this point in the history
Global footer component updates
  • Loading branch information
jaalah-akamai authored Jan 15, 2025
2 parents 2b5545d + 1869b36 commit 4441889
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions tokens/components/globals/footer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,20 @@
"component": {
"globalFooter": {
"background": {
"value": "{alias.background.black}",
"value": "{alias.background.neutral}",
"type": "color"
},
"border": {
"value": "{alias.border.normal}",
"type": "color"
},
"text": {
"default": {
"value": "{global.color.neutrals.30}",
"value": "{alias.content.text.primary.default}",
"type": "color"
},
"hover": {
"value": "{global.color.neutrals.white}",
"value": "{alias.content.text.link.hover}",
"type": "color"
}
}
Expand Down

0 comments on commit 4441889

Please sign in to comment.