Skip to content

Commit

Permalink
refactor(token):changed darkmode tokens for text input
Browse files Browse the repository at this point in the history
  • Loading branch information
Vandapanda committed Dec 12, 2024
1 parent 4a8a9ab commit a5c7d2b
Showing 1 changed file with 17 additions and 9 deletions.
26 changes: 17 additions & 9 deletions packages/tokens/tokensstudio-generated/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -1247,7 +1247,7 @@
"disabled": {
"bg": {
"$type": "color",
"$value": "{post.core.color.brand.white}"
"$value": "{post.core.color.colorless}"
},
"fg": {
"$type": "color",
Expand Down Expand Up @@ -1948,10 +1948,18 @@
}
},
"input": {
"enabled": {
"disabled": {
"bg": {
"$type": "color",
"$value": "{post.core.color.colorless}"
},
"border": {
"$type": "color",
"$value": "{post.core.color.sandgrey.080}"
"$value": "{post.core.color.sandgrey.alpha.lightsand.60}"
},
"fg": {
"$type": "color",
"$value": "{post.core.color.sandgrey.alpha.lightsand.60}"
}
}
}
Expand Down Expand Up @@ -8963,7 +8971,6 @@
"post.scheme.color.interactive.notification.error.bg": "6165ecb63010c190df5bf65b59d442a4f802a05d",
"post.scheme.color.interactive.notification.error.icon": "6a602959aae6c213148ff0f586280a123ebff780",
"post.scheme.color.interactive.notification.error.stroke": "f6a25a2fe2b3146d1684d3906e635ef9505a4c23",
"post.scheme.color.interactive.input.enabled.border": "0acd1351445659355ab8d6f7f370fe1c217ebe91",
"post.scheme.color.surface.default.bg": "76160b240c5dee3ecddf678e49fb08e554103e19",
"post.scheme.color.surface.default.fg": "0497e52aa5f3173648ad5d0a10d8433eb3f229d4",
"post.scheme.color.surface.default.stroke": "acff34c0c7e3f3b7360988406c18af0b164393ff",
Expand Down Expand Up @@ -8995,16 +9002,17 @@
"post.cargo.scheme.color.surface.accent.bg": "2dc2983e13aad7ec4e60552838d56966fa9908d6",
"post.cargo.scheme.color.surface.accent.fg": "e724294b65aca52dcb29118010534f0482bd0881",
"post.cargo.scheme.color.surface.accent.fg-accent": "9d2202f6c4937b0a006f5bf8886480984ab8efb2",
"post.scheme.color.interactive.input.disabled.bg": "751b8e0c0c47287585e354becf6a35bc76d3ef30",
"post.scheme.color.interactive.input.disabled.border": "03fcc579a4ae77e80ca5f0e8b4a33c17b07b9944",
"post.scheme.color.interactive.input.disabled.fg": "ab50ae4da2b62ef7e661bbd499b51e51b20b6289",
"post.scheme.color.signal.neutral-dark": "790da7ad43fa67de3b2da99582d332791fb09e9f",
"post.scheme.color.signal.neutral": "daad7eeff08d93aeed6c1ad67af23e58bdffd198",
"post.scheme.color.interactive.input.enabled.bg": "ee1559ba9c687a96a4f52b60241ad08d6af675ef",
"post.scheme.color.interactive.input.enabled.fg": "c0b646bc7315b3eb57777ada948f08b0fd3d718d",
"post.scheme.color.interactive.input.enabled.border": "0acd1351445659355ab8d6f7f370fe1c217ebe91",
"post.scheme.color.interactive.input.hover.bg": "9e0464752dbef48d2c13c82b1865fb29baa976d6",
"post.scheme.color.interactive.input.hover.fg": "4191ea628c0c943fa24e832a57e02fce109f0a73",
"post.scheme.color.interactive.input.hover.border": "69ac281e1d33ebdb46f1512dd957323d89a6cc66",
"post.scheme.color.interactive.input.disabled.bg": "751b8e0c0c47287585e354becf6a35bc76d3ef30",
"post.scheme.color.interactive.input.disabled.fg": "ab50ae4da2b62ef7e661bbd499b51e51b20b6289",
"post.scheme.color.interactive.input.disabled.border": "03fcc579a4ae77e80ca5f0e8b4a33c17b07b9944"
"post.scheme.color.interactive.input.hover.border": "69ac281e1d33ebdb46f1512dd957323d89a6cc66"
}
},
{
Expand Down Expand Up @@ -10496,10 +10504,10 @@
"post.switch.element.handle": "c09fd2baa596cab64d62c4fb1fca8fa8c26291c5",
"post.switch.gap.inline.text": "247b45d301bcca98b2d94934a5bf224368055263",
"post.switch.padding.block.text": "fdf8cc0d615a1cd0116f36d0e88f0909474b74c2",
"post.switch.padding.block.container.text": "29cbdc47443a3446365e6d2120aabaadd5072b50",
"post.switch.padding.inline.handle": "b512bd24b1efc090fbf71338c7581b91be49db5c",
"post.switch.border-radius.round": "4cc09b8f409accc41f0553e1fb332ba603b3e501",
"post.switch.border-width": "c45a9f2a969bb1f731fbb1f2c1433a57d238be0e",
"post.switch.padding.block.container.text": "29cbdc47443a3446365e6d2120aabaadd5072b50",
"post.textarea.enabled-bg": "9f294c42d575aff74d6cf90d734367a803194216",
"post.textarea.enabled-fg": "7d5bb970bd293753c57df39aaeaa38b7d279a90c",
"post.textarea.hover-bg": "91d02a0756c0a534d57e42cdb64636d2d2e368dd",
Expand Down

0 comments on commit a5c7d2b

Please sign in to comment.