Skip to content

Commit

Permalink
refactor(tokens): Fixed some token that wrongly got renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
Vandapanda committed Oct 1, 2024
1 parent 855713b commit fdc6d2b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/tokens/tokensstudio-generated/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -3611,7 +3611,7 @@
},
"color": {
"$type": "color",
"$value": "{post.utility.color.surface.default.fg}"
"$value": "{post.mode.color.surface.default.fg}"
}
}
}
Expand Down Expand Up @@ -5163,7 +5163,7 @@
"surface": {
"bg": {
"$type": "color",
"$value": "{post.utility.surface.accent4}"
"$value": "{post.mode.color.surface.accent4.bg}"
},
"fg": {
"$type": "color",
Expand Down Expand Up @@ -5297,7 +5297,7 @@
},
"border-radius": {
"$type": "borderRadius",
"$value": "{post.switch.focus.border-radius}"
"$value": "{post.device.border-radius.1}"
},
"outline": {
"offset": {
Expand Down Expand Up @@ -6330,7 +6330,7 @@
"color": {
"icon-bg": {
"$type": "color",
"$value": "{post.utility.surface.accent4}"
"$value": "{post.mode.color.surface.accent4.bg}"
},
"icon-fg": {
"$type": "color",
Expand Down

0 comments on commit fdc6d2b

Please sign in to comment.