Skip to content

Commit

Permalink
c
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigosous-a committed Aug 7, 2024
1 parent 557a398 commit f5f78f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tokens/Theme/Light.json
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@
},
"blue": {
"primary": {
"value": "{color.blue.600}",
"value": "{color.blue.700}",
"type": "color"
},
"secondary": {
Expand Down Expand Up @@ -464,7 +464,7 @@
},
"information": {
"primary": {
"value": "{color.blue.600}",
"value": "{color.blue.700}",
"type": "color"
},
"secondary": {
Expand Down Expand Up @@ -502,7 +502,7 @@
},
"warning": {
"primary": {
"value": "{color.orange.600}",
"value": "{color.orange.700}",
"type": "color"
},
"secondary": {
Expand All @@ -521,7 +521,7 @@
},
"danger": {
"primary": {
"value": "{color.red.600}",
"value": "{color.red.700}",
"type": "color"
},
"secondary": {
Expand Down

0 comments on commit f5f78f7

Please sign in to comment.