Skip to content

Commit

Permalink
Update backgroundContainerBrand to beyond blue (#1746)
Browse files Browse the repository at this point in the history
  • Loading branch information
aweell authored Apr 24, 2024
1 parent 881add5 commit b875406
Showing 1 changed file with 3 additions and 19 deletions.
22 changes: 3 additions & 19 deletions tokens/o2-new.json
Original file line number Diff line number Diff line change
Expand Up @@ -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)",
Expand Down

0 comments on commit b875406

Please sign in to comment.