From 5535161580792a45ba6d14dfcf6cb5a37d04724b Mon Sep 17 00:00:00 2001 From: clairedenning Date: Tue, 3 Dec 2024 17:03:23 +0000 Subject: [PATCH] feat(data): Add form.color.switch for FROZENPRODUCT theme --- data/tokens/context/frozenproduct.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/data/tokens/context/frozenproduct.json b/data/tokens/context/frozenproduct.json index bffa5181..a0b8d2ba 100644 --- a/data/tokens/context/frozenproduct.json +++ b/data/tokens/context/frozenproduct.json @@ -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" + } } } },