From 129c5077b5fde7e9ad29e63e71e28516dfa4b253 Mon Sep 17 00:00:00 2001 From: Yayo Date: Thu, 16 May 2024 23:28:19 +0200 Subject: [PATCH 1/3] use darkModeBeyondBlue in controlActivated --- tokens/o2-new.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tokens/o2-new.json b/tokens/o2-new.json index cb47561ddd..568fb69d06 100644 --- a/tokens/o2-new.json +++ b/tokens/o2-new.json @@ -1011,9 +1011,9 @@ "description": "grey45" }, "controlActivated": { - "value": "{palette.beyondBlue30}", + "value": "{palette.darkModeBeyondBlue}", "type": "color", - "description": "beyondBlue30" + "description": "darkModeBeyondBlue" }, "controlInverse": { "value": "{palette.grey45}", @@ -1021,9 +1021,9 @@ "description": "grey45" }, "controlActivatedInverse": { - "value": "{palette.beyondBlue30}", + "value": "{palette.darkModeBeyondBlue}", "type": "color", - "description": "beyondBlue30" + "description": "darkModeBeyondBlue" }, "controlError": { "value": "{palette.o2Red45}", From b5af964baaae451f0560aa0daeb361fe1a466d90 Mon Sep 17 00:00:00 2001 From: Yayo Date: Fri, 17 May 2024 00:08:39 +0200 Subject: [PATCH 2/3] Update o2-new.json --- tokens/o2-new.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tokens/o2-new.json b/tokens/o2-new.json index 568fb69d06..e256f77f1e 100644 --- a/tokens/o2-new.json +++ b/tokens/o2-new.json @@ -513,9 +513,9 @@ "description": "o2Pink" }, "highlight": { - "value": "{palette.o2Pink}", + "value": "{palette.o2Pink80}", "type": "color", - "description": "o2Pink" + "description": "o2Pink80" }, "successLow": { "value": "{palette.o2Green10}", From 756f9eed2f44ffbf316159e4de248ead76f8b97b Mon Sep 17 00:00:00 2001 From: Yayo Date: Fri, 17 May 2024 18:56:31 +0200 Subject: [PATCH 3/3] fix badge in TU --- tokens/tu.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tokens/tu.json b/tokens/tu.json index 5fa24a523a..060a68dc75 100644 --- a/tokens/tu.json +++ b/tokens/tu.json @@ -1044,9 +1044,9 @@ "description": "darkModeBlack" }, "badge": { - "value": "{palette.red70}", + "value": "{palette.blue30}", "type": "color", - "description": "red70" + "description": "blue30" }, "feedbackErrorBackground": { "value": "{palette.red}",