Skip to content

Commit

Permalink
fix(design-tokens): NO-JIRA corrected dark theme's "busy" reference c…
Browse files Browse the repository at this point in the history
…olor (#571)
  • Loading branch information
francisrupert authored Nov 26, 2024
1 parent ebda8e0 commit cd29d0e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/dialtone-tokens/tokens/base/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -1394,4 +1394,4 @@
}
}
}
}
}
2 changes: 1 addition & 1 deletion packages/dialtone-tokens/tokens/root.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
"type": "spacing"
}
}
}
}
10 changes: 10 additions & 0 deletions packages/dialtone-tokens/tokens/semantic/dp/dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -733,6 +733,16 @@
}
}
}
},
"presence": {
"color": {
"background": {
"busy-unavailable": {
"value": "{color.red.400}",
"type": "color"
}
}
}
}
}
}

0 comments on commit cd29d0e

Please sign in to comment.