Skip to content

Commit

Permalink
feat(YALB-1562): add themes for button cta
Browse files Browse the repository at this point in the history
  • Loading branch information
joetower committed Sep 28, 2023
1 parent 03efc25 commit 184c48f
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions tokens/base/color.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,3 +143,39 @@ basic-themes:
value: "{color.basic.white.value}"
heading:
value: "{color.basic.white.value}"
button-cta-themes:
"one":
background:
value: "{color.blue.yale.value}"
text:
value: "{color.basic.white.value}"
"two":
background:
value: "{color.blue.athens.value}"
text:
value: "{color.basic.white.value}"
"three":
background:
value: "{color.blue.whipple.value}"
text:
value: "{color.basic.white.value}"
"four":
background:
value: "{color.blue.yarmouth.value}"
text:
value: "{color.basic.white.value}"
"five":
background:
value: "{color.gray.hale.value}"
text:
value: "{color.basic.white.value}"
"six":
background:
value: "{color.gray.800.value}"
text:
value: "{color.basic.white.value}"
"seven":
background:
value: "{color.blue.yale.value}"
text:
value: "{color.basic.white.value}"

0 comments on commit 184c48f

Please sign in to comment.