From 42eada366c851a638159c1364c66258ee758c109 Mon Sep 17 00:00:00 2001 From: Alex Bueno <44420072+aweell@users.noreply.github.com> Date: Wed, 24 Apr 2024 14:40:50 +0200 Subject: [PATCH] Update backgroundContainerBrand to beyond blue --- tokens/o2-new.json | 22 +++------------------- 1 file changed, 3 insertions(+), 19 deletions(-) diff --git a/tokens/o2-new.json b/tokens/o2-new.json index d0bace8f13..c65be0589f 100644 --- a/tokens/o2-new.json +++ b/tokens/o2-new.json @@ -57,25 +57,9 @@ "description": "darkModeBlack" }, "backgroundContainerBrand": { - "type": "linear-gradient", - "value": { - "angle": 180, - "colors": [ - { - "value": "{palette.darkBlue}", - "stop": 0 - }, - { - "value": "{palette.beyondBlue}", - "stop": 0.64 - }, - { - "value": "{palette.beyondBlue45}", - "stop": 1 - } - ] - }, - "description": "o2Gradient" + "value": "{palette.beyondBlue}", + "type": "color", + "description": "beyondBlue" }, "backgroundContainerBrandHover": { "value": "rgba({palette.darkModeBlack}, 0.2)",