Skip to content

Commit

Permalink
modify buttonLinkDangerBackgroundInverse alpha value (#1748)
Browse files Browse the repository at this point in the history
  • Loading branch information
aweell authored Apr 25, 2024
1 parent b875406 commit 33ec5d8
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion tokens/blau.json
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@
"description": "blauPurple"
},
"buttonLinkDangerBackgroundInverse": {
"value": "rgba({palette.white}, 0.01)",
"value": "rgba({palette.white}, 0)",
"type": "color",
"description": "blauPurple"
},
Expand Down
2 changes: 1 addition & 1 deletion tokens/movistar.json
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@
"description": "white"
},
"buttonLinkDangerBackgroundInverse": {
"value": "rgba({palette.white}, 0.01)",
"value": "rgba({palette.white}, 0)",
"type": "color",
"description": "white"
},
Expand Down
2 changes: 1 addition & 1 deletion tokens/o2-new.json
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,7 @@
"description": "white"
},
"buttonLinkDangerBackgroundInverse": {
"value": "rgba({palette.white}, 0.01)",
"value": "rgba({palette.white}, 0)",
"type": "color",
"description": "white"
},
Expand Down
2 changes: 1 addition & 1 deletion tokens/o2.json
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@
"description": "white"
},
"buttonLinkDangerBackgroundInverse": {
"value": "rgba({palette.white}, 0.01)",
"value": "rgba({palette.white}, 0)",
"type": "color",
"description": "white"
},
Expand Down
2 changes: 1 addition & 1 deletion tokens/telefonica.json
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@
"description": "white"
},
"buttonLinkDangerBackgroundInverse": {
"value": "rgba({palette.white}, 0.01)",
"value": "rgba({palette.white}, 0)",
"type": "color",
"description": "white"
},
Expand Down
2 changes: 1 addition & 1 deletion tokens/tu.json
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@
"description": "red10"
},
"buttonLinkDangerBackgroundInverse": {
"value": "rgba({palette.white}, 0.01)",
"value": "rgba({palette.white}, 0)",
"type": "color",
"description": "white"
},
Expand Down
2 changes: 1 addition & 1 deletion tokens/vivo-new.json
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@
"description": "white"
},
"buttonLinkDangerBackgroundInverse": {
"value": "rgba({palette.white}, 0.01)",
"value": "rgba({palette.white}, 0)",
"type": "color",
"description": "white"
},
Expand Down
2 changes: 1 addition & 1 deletion tokens/vivo.json
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@
"description": "white"
},
"buttonLinkDangerBackgroundInverse": {
"value": "rgba({palette.white}, 0.01)",
"value": "rgba({palette.white}, 0)",
"type": "color",
"description": "white"
},
Expand Down

0 comments on commit 33ec5d8

Please sign in to comment.