Skip to content

Commit

Permalink
feat(data): adding text-alt for calendar form group
Browse files Browse the repository at this point in the history
  • Loading branch information
ljemmo committed Nov 20, 2023
1 parent 7fe3834 commit 79bc491
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion data/tokens/Components/form.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
"type": "color"
}
},
"calendarDate": {
"calendar": {
"bg-active": {
"value": "{base.color.interactive.monochrome.standard.active}",
"type": "color"
Expand All @@ -172,6 +172,11 @@
"value": "{base.color.interactive.monochrome.standard.withActive}",
"type": "color"
},
"text-alt": {
"value": "{base.color.interactive.dataEntry.contentAlt}",
"type": "color",
"description": "Days of the week subheaders"
},
"text-disabled": {
"value": "{base.color.interactive.inactive.content}",
"type": "color"
Expand Down

0 comments on commit 79bc491

Please sign in to comment.