Skip to content

Commit

Permalink
use darkModeBeyondBlue in controlActivated
Browse files Browse the repository at this point in the history
  • Loading branch information
yceballost committed May 16, 2024
1 parent f34046a commit 129c507
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tokens/o2-new.json
Original file line number Diff line number Diff line change
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

0 comments on commit 129c507

Please sign in to comment.