Skip to content

Commit

Permalink
fix beyondBlue in cardContentOverlay
Browse files Browse the repository at this point in the history
  • Loading branch information
yceballost committed Mar 26, 2024
1 parent 5c6c2c9 commit 2ec438e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tokens/o2-new.json
Original file line number Diff line number Diff line change
Expand Up @@ -658,15 +658,15 @@
"angle": 180,
"colors": [
{
"value": "rgba({palette.grey6}, 0)",
"value": "rgba({palette.beyondBlue}, 0)",
"stop": 0
},
{
"value": "rgba({palette.grey6}, 0.4)",
"value": "rgba({palette.beyondBlue}, 0.4)",
"stop": 0.3
},
{
"value": "rgba({palette.grey6}, 1)",
"value": "rgba({palette.beyondBlue}, 1)",
"stop": 1
}
]
Expand Down

0 comments on commit 2ec438e

Please sign in to comment.