diff --git a/tokens/o2-new.json b/tokens/o2-new.json index c65be0589f..d0bace8f13 100644 --- a/tokens/o2-new.json +++ b/tokens/o2-new.json @@ -57,9 +57,25 @@ "description": "darkModeBlack" }, "backgroundContainerBrand": { - "value": "{palette.beyondBlue}", - "type": "color", - "description": "beyondBlue" + "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" }, "backgroundContainerBrandHover": { "value": "rgba({palette.darkModeBlack}, 0.2)",