Skip to content

Commit

Permalink
Update movistar to use darkModeBlack
Browse files Browse the repository at this point in the history
  • Loading branch information
aweell committed Mar 25, 2024
1 parent 3b78e82 commit e5bc9a3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tokens/movistar.json
Original file line number Diff line number Diff line change
Expand Up @@ -626,15 +626,15 @@
"angle": 180,
"colors": [
{
"value": "rgba({palette.grey6}, 0)",
"value": "rgba({palette.darkModeBlack}, 0)",
"stop": 0
},
{
"value": "rgba({palette.grey6}, 0.4)",
"value": "rgba({palette.darkModeBlack}, 0.4)",
"stop": 0.3
},
{
"value": "rgba({palette.grey6}, 1)",
"value": "rgba({palette.darkModeBlack}, 1)",
"stop": 1
}
]
Expand Down Expand Up @@ -1269,15 +1269,15 @@
"angle": 180,
"colors": [
{
"value": "rgba({palette.grey6}, 0)",
"value": "rgba({palette.darkModeBlack}, 0)",
"stop": 0
},
{
"value": "rgba({palette.grey6}, 0.4)",
"value": "rgba({palette.darkModeBlack}, 0.4)",
"stop": 0.3
},
{
"value": "rgba({palette.grey6}, 1)",
"value": "rgba({palette.darkModeBlack}, 1)",
"stop": 1
}
]
Expand Down

0 comments on commit e5bc9a3

Please sign in to comment.