Skip to content

Commit

Permalink
Feature/115 (#116)
Browse files Browse the repository at this point in the history
Co-authored-by: Francis Thibault <[email protected]>
  • Loading branch information
fraincs and Francis Thibault authored Dec 8, 2023
1 parent 5f535ac commit eb5de30
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .changeset/wet-hornets-turn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@hopper-ui/styled-system": patch
"@hopper-ui/tokens": patch
---

Updated neutral surface strong value in dark mode
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 eb5de30

Please sign in to comment.