Skip to content

Commit

Permalink
Update controlInverse in light
Browse files Browse the repository at this point in the history
  • Loading branch information
aweell committed Feb 8, 2024
1 parent 288ea80 commit 8f418bf
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 @@ -296,9 +296,9 @@
"description": "blauBlueSecondary"
},
"controlInverse": {
"value": "{palette.white}",
"value": "{palette.grey2}",
"type": "color",
"description": "white"
"description": "grey2"
},
"controlActivatedInverse": {
"value": "{palette.white}",
Expand Down
4 changes: 2 additions & 2 deletions tokens/movistar-legacy.json
Original file line number Diff line number Diff line change
Expand Up @@ -296,9 +296,9 @@
"description": "movistarBlue"
},
"controlInverse": {
"value": "{palette.white}",
"value": "{palette.movistarBlue20}",
"type": "color",
"description": "white"
"description": "movistarBlue20"
},
"controlActivatedInverse": {
"value": "{palette.white}",
Expand Down
4 changes: 2 additions & 2 deletions tokens/movistar.json
Original file line number Diff line number Diff line change
Expand Up @@ -296,9 +296,9 @@
"description": "movistarBlue"
},
"controlInverse": {
"value": "{palette.white}",
"value": "{palette.movistarBlue20}",
"type": "color",
"description": "white"
"description": "movistarBlue20"
},
"controlActivatedInverse": {
"value": "{palette.white}",
Expand Down
4 changes: 2 additions & 2 deletions tokens/o2.json
Original file line number Diff line number Diff line change
Expand Up @@ -296,9 +296,9 @@
"description": "o2BluePrimary"
},
"controlInverse": {
"value": "{palette.white}",
"value": "{palette.o2BluePrimary30}",
"type": "color",
"description": "white"
"description": "o2BluePrimary30"
},
"controlActivatedInverse": {
"value": "{palette.white}",
Expand Down
4 changes: 2 additions & 2 deletions tokens/telefonica.json
Original file line number Diff line number Diff line change
Expand Up @@ -296,9 +296,9 @@
"description": "telefonicaBlue"
},
"controlInverse": {
"value": "{palette.white}",
"value": "{palette.grey1}",
"type": "color",
"description": "white"
"description": "grey1"
},
"controlActivatedInverse": {
"value": "{palette.white}",
Expand Down
4 changes: 2 additions & 2 deletions tokens/vivo-new.json
Original file line number Diff line number Diff line change
Expand Up @@ -296,9 +296,9 @@
"description": "vivoPurple"
},
"controlInverse": {
"value": "{palette.white}",
"value": "{palette.vivoPurpleLight50}",
"type": "color",
"description": "white"
"description": "vivoPurpleLight50"
},
"controlActivatedInverse": {
"value": "{palette.white}",
Expand Down
4 changes: 2 additions & 2 deletions tokens/vivo.json
Original file line number Diff line number Diff line change
Expand Up @@ -296,9 +296,9 @@
"description": "vivoPurple"
},
"controlInverse": {
"value": "{palette.white}",
"value": "{palette.vivoPurpleLight50}",
"type": "color",
"description": "white"
"description": "vivoPurpleLight50"
},
"controlActivatedInverse": {
"value": "{palette.white}",
Expand Down

0 comments on commit 8f418bf

Please sign in to comment.