Skip to content

Commit

Permalink
state colors fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigosous-a committed Aug 7, 2024
1 parent 71b1e66 commit 4013638
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tokens/Theme/Light.json
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@
},
"success": {
"primary": {
"value": "{color.green.500}",
"value": "{color.green.700}",
"type": "color"
},
"secondary": {
Expand All @@ -464,7 +464,7 @@
},
"information": {
"primary": {
"value": "{color.blue.500}",
"value": "{color.blue.600}",
"type": "color"
},
"secondary": {
Expand All @@ -483,7 +483,7 @@
},
"attention": {
"primary": {
"value": "{color.yellow.500}",
"value": "{color.yellow.700}",
"type": "color"
},
"secondary": {
Expand All @@ -502,7 +502,7 @@
},
"warning": {
"primary": {
"value": "{color.orange.500}",
"value": "{color.orange.600}",
"type": "color"
},
"secondary": {
Expand All @@ -521,7 +521,7 @@
},
"danger": {
"primary": {
"value": "{color.red.500}",
"value": "{color.red.600}",
"type": "color"
},
"secondary": {
Expand Down

0 comments on commit 4013638

Please sign in to comment.