Skip to content

Commit

Permalink
updated progress status icon color to meet AA contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
fraincs committed May 13, 2024
1 parent b64a474 commit cbe754c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions apps/docs/datas/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -1811,11 +1811,11 @@
},
{
"name": "hop-status-progress-text",
"value": "#3b57ff"
"value": "#2a43e8"
},
{
"name": "hop-status-progress-icon",
"value": "#3b57ff"
"value": "#2a43e8"
},
{
"name": "hop-success-border",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -472,8 +472,8 @@ export const SemanticTokens = {
"--hop-status-positive-text": "var(--hop-moss-700)",
"--hop-status-progress-surface": "var(--hop-sapphire-50)",
"--hop-status-progress-surface-strong": "var(--hop-sapphire-200)",
"--hop-status-progress-text": "var(--hop-sapphire-500)",
"--hop-status-progress-icon": "var(--hop-sapphire-500)",
"--hop-status-progress-text": "var(--hop-sapphire-600)",
"--hop-status-progress-icon": "var(--hop-sapphire-600)",
"--hop-success-border": "var(--hop-moss-100)",
"--hop-success-icon": "var(--hop-moss-700)",
"--hop-success-icon-weakest": "var(--hop-moss-100)",
Expand Down
4 changes: 2 additions & 2 deletions packages/tokens/src/tokens/semantic/light/colors.tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -1065,11 +1065,11 @@
},
"text": {
"$type": "color",
"$value": "{sapphire.500}"
"$value": "{sapphire.600}"
},
"icon": {
"$type": "color",
"$value": "{sapphire.500}"
"$value": "{sapphire.600}"
}
}
},
Expand Down

0 comments on commit cbe754c

Please sign in to comment.