Skip to content

Commit

Permalink
feat()!: rename Tabs Item text color tokens (#16)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: The following tokens have been renamed:
- `cmp.tabs.item.color.text.active` -> `[...].text.selected`
- `cmp.tabs.item.color.text.base` -> `[...].text.enabled`
  • Loading branch information
Gonzalo Uceda authored Feb 9, 2023
1 parent 5546d98 commit 6c0b2a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tokens/src/tokens/component/navigation/Tabs/tabs__item.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
}
},
"text": {
"base": {
"enabled": {
"value": "{alias.color.text.body.weak.value}"
},
"active": {
"selected": {
"value": "{alias.color.text.action.quiet.activated.value}"
},
"disabled": {
Expand Down

0 comments on commit 6c0b2a5

Please sign in to comment.