Skip to content

Commit

Permalink
✨ Added contrast-token to themable-roles
Browse files Browse the repository at this point in the history
  • Loading branch information
KenAJoh committed Feb 14, 2025
1 parent 1ba5d9b commit 2fab45f
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ export function semanticThemedBaseTokens(role: SemanticColorRoles) {
value: `{ax.text.${role}-icon.value}`,
type: "themed-role",
},
contrast: {
value: `{ax.text.${role}-contrast.value}`,
type: "themed-role",
},
},
border: {
default: {
Expand Down

0 comments on commit 2fab45f

Please sign in to comment.