Skip to content

Commit

Permalink
token update
Browse files Browse the repository at this point in the history
  • Loading branch information
Francis Thibault committed Dec 8, 2023
1 parent 5f535ac commit 0efdb64
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/docs/datas/tokens-dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -1433,7 +1433,7 @@
},
{
"name": "hop-neutral-surface-strong",
"value": "#ffffff"
"value": "#fef6ef"
},
{
"name": "hop-neutral-surface-hover",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ export const DarkSemanticTokens = {
"--hop-neutral-border-disabled": "var(--hop-rock-800)",
"--hop-neutral-border-strong-hover": "var(--hop-samoyed)",
"--hop-neutral-border-strong": "var(--hop-samoyed)",
"--hop-neutral-surface-strong": "var(--hop-samoyed)",
"--hop-neutral-surface-strong": "var(--hop-toad-25)",
"--hop-neutral-surface-hover": "var(--hop-rock-800)",
"--hop-neutral-icon-disabled": "var(--hop-rock-500)",
"--hop-neutral-icon": "var(--hop-rock-25)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@
},
"surface-strong": {
"$type": "color",
"$value": "{samoyed}"
"$value": "{toad.25}"
},
"surface-hover": {
"$type": "color",
Expand Down

0 comments on commit 0efdb64

Please sign in to comment.