Skip to content

Commit

Permalink
Adding disabled state to classic theme.
Browse files Browse the repository at this point in the history
  • Loading branch information
gjones committed Apr 22, 2024
1 parent e026fa1 commit c2761eb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tokens/themes/classic.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,20 @@
"muted": {
"value": "{click.global.color.text.muted}",
"type": "color"
},
"disabled": {
"value": "{click.button.basic.color.danger.text.disabled}",
"type": "color"
}
},
"icon": {
"default": {
"value": "{palette.indigo.100}",
"type": "color"
},
"disabled": {
"value": "{click.sidebar.main.navigation.item.color.text.disabled}",
"type": "color"
}
}
}
Expand Down

0 comments on commit c2761eb

Please sign in to comment.