Skip to content

Commit

Permalink
(O2 New): use darkModeBeyondBlue in controlActivated (#1776)
Browse files Browse the repository at this point in the history
* use darkModeBeyondBlue in controlActivated

* Update o2-new.json

* fix badge in TU
  • Loading branch information
yceballost authored May 27, 2024
1 parent 3f0b276 commit fb8227f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions tokens/o2-new.json
Original file line number Diff line number Diff line change
Expand Up @@ -513,9 +513,9 @@
"description": "o2Pink"
},
"highlight": {
"value": "{palette.o2Pink}",
"value": "{palette.o2Pink80}",
"type": "color",
"description": "o2Pink"
"description": "o2Pink80"
},
"successLow": {
"value": "{palette.o2Green10}",
Expand Down Expand Up @@ -1011,19 +1011,19 @@
"description": "grey45"
},
"controlActivated": {
"value": "{palette.beyondBlue30}",
"value": "{palette.darkModeBeyondBlue}",
"type": "color",
"description": "beyondBlue30"
"description": "darkModeBeyondBlue"
},
"controlInverse": {
"value": "{palette.grey45}",
"type": "color",
"description": "grey45"
},
"controlActivatedInverse": {
"value": "{palette.beyondBlue30}",
"value": "{palette.darkModeBeyondBlue}",
"type": "color",
"description": "beyondBlue30"
"description": "darkModeBeyondBlue"
},
"controlError": {
"value": "{palette.o2Red45}",
Expand Down
4 changes: 2 additions & 2 deletions tokens/tu.json
Original file line number Diff line number Diff line change
Expand Up @@ -1044,9 +1044,9 @@
"description": "darkModeBlack"
},
"badge": {
"value": "{palette.red70}",
"value": "{palette.blue30}",
"type": "color",
"description": "red70"
"description": "blue30"
},
"feedbackErrorBackground": {
"value": "{palette.red}",
Expand Down

0 comments on commit fb8227f

Please sign in to comment.