Skip to content

Commit

Permalink
Fix opacity of last stop
Browse files Browse the repository at this point in the history
  • Loading branch information
aweell committed Mar 27, 2024
1 parent 84b12b5 commit 20df072
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions tokens/blau.json
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@
"stop": 0.3
},
{
"value": "rgba({palette.grey6}, 1)",
"value": "rgba({palette.grey6}, 0.7)",
"stop": 1
}
]
Expand Down Expand Up @@ -1277,7 +1277,7 @@
"stop": 0.3
},
{
"value": "rgba({palette.grey6}, 1)",
"value": "rgba({palette.grey6}, 0.7)",
"stop": 1
}
]
Expand Down
4 changes: 2 additions & 2 deletions tokens/movistar.json
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@
"stop": 0.3
},
{
"value": "rgba({palette.black}, 1)",
"value": "rgba({palette.black}, 0.7)",
"stop": 1
}
]
Expand Down Expand Up @@ -1277,7 +1277,7 @@
"stop": 0.3
},
{
"value": "rgba({palette.black}, 1)",
"value": "rgba({palette.black}, 0.7)",
"stop": 1
}
]
Expand Down
4 changes: 2 additions & 2 deletions tokens/o2.json
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@
"stop": 0.3
},
{
"value": "rgba({palette.black}, 1)",
"value": "rgba({palette.black}, 0.7)",
"stop": 1
}
]
Expand Down Expand Up @@ -1277,7 +1277,7 @@
"stop": 0.3
},
{
"value": "rgba({palette.black}, 1)",
"value": "rgba({palette.black}, 0.7)",
"stop": 1
}
]
Expand Down
4 changes: 2 additions & 2 deletions tokens/telefonica.json
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@
"stop": 0.3
},
{
"value": "rgba({palette.black}, 1)",
"value": "rgba({palette.black}, 0.7)",
"stop": 1
}
]
Expand Down Expand Up @@ -1277,7 +1277,7 @@
"stop": 0.3
},
{
"value": "rgba({palette.black}, 1)",
"value": "rgba({palette.black}, 0.7)",
"stop": 1
}
]
Expand Down
4 changes: 2 additions & 2 deletions tokens/tu.json
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@
"stop": 0.3
},
{
"value": "rgba({palette.black}, 1)",
"value": "rgba({palette.black}, 0.7)",
"stop": 1
}
]
Expand Down Expand Up @@ -1277,7 +1277,7 @@
"stop": 0.3
},
{
"value": "rgba({palette.black}, 1)",
"value": "rgba({palette.black}, 0.7)",
"stop": 1
}
]
Expand Down
4 changes: 2 additions & 2 deletions tokens/vivo-new.json
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@
"stop": 0.3
},
{
"value": "rgba({palette.grey6}, 1)",
"value": "rgba({palette.grey6}, 0.7)",
"stop": 1
}
]
Expand Down Expand Up @@ -1277,7 +1277,7 @@
"stop": 0.3
},
{
"value": "rgba({palette.grey6}, 1)",
"value": "rgba({palette.grey6}, 0.7)",
"stop": 1
}
]
Expand Down
4 changes: 2 additions & 2 deletions tokens/vivo.json
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@
"stop": 0.3
},
{
"value": "rgba({palette.grey6}, 1)",
"value": "rgba({palette.grey6}, 0.7)",
"stop": 1
}
]
Expand Down Expand Up @@ -1277,7 +1277,7 @@
"stop": 0.3
},
{
"value": "rgba({palette.grey6}, 1)",
"value": "rgba({palette.grey6}, 0.7)",
"stop": 1
}
]
Expand Down

0 comments on commit 20df072

Please sign in to comment.