Skip to content

Commit

Permalink
feat(token):added colors for cards
Browse files Browse the repository at this point in the history
  • Loading branch information
Vandapanda committed Feb 3, 2025
1 parent 8fa852d commit 6db26bf
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions packages/tokens/tokensstudio-generated/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -1274,6 +1274,18 @@
"$value": "{post.core.color.sandgrey.060}"
}
}
},
"card": {
"hover": {
"bg": {
"$type": "color",
"$value": "{post.core.color.sandgrey.060}"
},
"fg": {
"$type": "color",
"$value": "{post.core.color.brand.white}"
}
}
}
},
"surface": {
Expand Down Expand Up @@ -5165,6 +5177,22 @@
"$type": "color",
"$value": "{post.scheme.color.interactive.primary.enabled.stroke4}"
}
},
"enabled-bg1": {
"$type": "color",
"$value": "{post.theme.color.palettes.alternate.bg}"
},
"enabled-bg2": {
"$type": "color",
"$value": "{post.theme.color.palettes.default.bg}"
},
"hover-bg": {
"$type": "color",
"$value": "{post.scheme.color.interactive.card.hover.bg}"
},
"hover-fg": {
"$type": "color",
"$value": "{post.scheme.color.interactive.card.hover.fg}"
}
}
}
Expand Down

0 comments on commit 6db26bf

Please sign in to comment.