Skip to content

Commit

Permalink
feat(data): 1. Update value of form.color.switch.border-enabled. 2. A…
Browse files Browse the repository at this point in the history
…dd form.color.calendar.bg-duration. 3. Update value of form.color.calendar.bg-hover.
  • Loading branch information
clairedenning committed Jan 24, 2024
1 parent c897d89 commit fb6d1f0
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions data/tokens/Components/form.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,12 @@
"value": "{base.color.interactive.inactive.standard.defaultAlt}",
"type": "color"
},
"bg-duration": {
"value": "{base.color.interactive.dataEntry.hoverAlt}",
"type": "color"
},
"bg-hover": {
"value": "{base.color.interactive.monochrome.inverse.hoverAlt}",
"value": "{base.color.interactive.monochrome.standard.hoverAlt}",
"type": "color"
},
"border-duration": {
Expand Down Expand Up @@ -373,7 +377,7 @@
"type": "color"
},
"border-enabled": {
"value": "{base.color.interactive.dataEntry.withDefault}",
"value": "{base.color.interactive.monochrome.standard.default}",
"type": "color"
},
"fg-active": {
Expand All @@ -389,7 +393,7 @@
"type": "color"
},
"fg-enabled": {
"value": "{base.color.interactive.dataEntry.contentAlt}",
"value": "{base.color.interactive.dataEntry.content}",
"type": "color"
},
"label-active": {
Expand Down

0 comments on commit fb6d1f0

Please sign in to comment.