Skip to content

Commit

Permalink
feat(data): Add form.color.switch for FROZENPRODUCT theme
Browse files Browse the repository at this point in the history
clairedenning committed Dec 3, 2024
1 parent 1a20919 commit 5535161
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions data/tokens/context/frozenproduct.json
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,20 @@
"value": "{modes.color.interactive.dataEntry.frozen.withDefault}",
"type": "color"
}
},
"switch": {
"bg-active": {
"value": "{modes.color.interactive.monochrome.frozen.default}",
"type": "color"
},
"border-enabled": {
"value": "{modes.color.interactive.dataEntry.frozen.withDefault}",
"type": "color"
},
"fg-enabled": {
"value": "{modes.color.interactive.dataEntry.frozen.withDefault}",
"type": "color"
}
}
}
},
Expand Down

0 comments on commit 5535161

Please sign in to comment.