Skip to content

Commit

Permalink
Revert inactive background to match neutralLow value
Browse files Browse the repository at this point in the history
  • Loading branch information
aweell committed Mar 25, 2024
1 parent 320668a commit 36a001c
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 @@ -601,9 +601,9 @@
"description": "blauBlueSecondary10"
},
"tagBackgroundInactive": {
"value": "{palette.grey2}",
"value": "{palette.grey1}",
"type": "color",
"description": "grey2"
"description": "grey1"
},
"tagBackgroundSuccess": {
"value": "{palette.blauGreen10}",
Expand Down
4 changes: 2 additions & 2 deletions tokens/movistar.json
Original file line number Diff line number Diff line change
Expand Up @@ -601,9 +601,9 @@
"description": "movistarBlue10"
},
"tagBackgroundInactive": {
"value": "{palette.grey2}",
"value": "{palette.grey1}",
"type": "color",
"description": "grey2"
"description": "grey1"
},
"tagBackgroundSuccess": {
"value": "{palette.movistarGreen10}",
Expand Down
4 changes: 2 additions & 2 deletions tokens/o2.json
Original file line number Diff line number Diff line change
Expand Up @@ -601,9 +601,9 @@
"description": "o2BluePrimary10"
},
"tagBackgroundInactive": {
"value": "{palette.grey2}",
"value": "{palette.grey1}",
"type": "color",
"description": "grey2"
"description": "grey1"
},
"tagBackgroundSuccess": {
"value": "{palette.o2Green10}",
Expand Down
4 changes: 2 additions & 2 deletions tokens/telefonica.json
Original file line number Diff line number Diff line change
Expand Up @@ -601,9 +601,9 @@
"description": "telefonicaBlue10"
},
"tagBackgroundInactive": {
"value": "{palette.grey2}",
"value": "{palette.grey1}",
"type": "color",
"description": "grey2"
"description": "grey1"
},
"tagBackgroundSuccess": {
"value": "{palette.turquoise10}",
Expand Down
4 changes: 2 additions & 2 deletions tokens/tu.json
Original file line number Diff line number Diff line change
Expand Up @@ -601,9 +601,9 @@
"description": "blue10"
},
"tagBackgroundInactive": {
"value": "{palette.grey2}",
"value": "{palette.grey1}",
"type": "color",
"description": "grey2"
"description": "grey1"
},
"tagBackgroundSuccess": {
"value": "{palette.green10}",
Expand Down
4 changes: 2 additions & 2 deletions tokens/vivo-new.json
Original file line number Diff line number Diff line change
Expand Up @@ -601,9 +601,9 @@
"description": "vivoPurpleLight10"
},
"tagBackgroundInactive": {
"value": "{palette.grey2}",
"value": "{palette.grey1}",
"type": "color",
"description": "grey2"
"description": "grey1"
},
"tagBackgroundSuccess": {
"value": "{palette.vivoGreenLight10}",
Expand Down
4 changes: 2 additions & 2 deletions tokens/vivo.json
Original file line number Diff line number Diff line change
Expand Up @@ -601,9 +601,9 @@
"description": "vivoPurpleLight10"
},
"tagBackgroundInactive": {
"value": "{palette.grey2}",
"value": "{palette.grey1}",
"type": "color",
"description": "grey2"
"description": "grey1"
},
"tagBackgroundSuccess": {
"value": "{palette.vivoGreenLight10}",
Expand Down

0 comments on commit 36a001c

Please sign in to comment.