Skip to content

Commit

Permalink
feat(token):added hover bg color to the teaser
Browse files Browse the repository at this point in the history
  • Loading branch information
Vandapanda committed Jan 17, 2025
1 parent baa7444 commit 414653c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/tokens/tokensstudio-generated/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -1066,6 +1066,10 @@
"bg3": {
"$type": "color",
"$value": "{post.core.color.brand.white}"
},
"bg4": {
"$type": "color",
"$value": "{post.core.color.sandgrey.006}"
}
},
"disabled": {
Expand Down Expand Up @@ -7880,6 +7884,10 @@
"$type": "color",
"$value": "{post.scheme.color.interactive.primary.hover.fg1}"
}
},
"hover-bg": {
"$type": "color",
"$value": "{post.scheme.color.interactive.primary.hover.bg4}"
}
}
}
Expand Down

0 comments on commit 414653c

Please sign in to comment.