Skip to content

Commit

Permalink
#61 fixes wrong secondary-900 color
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesKhong committed Mar 9, 2024
1 parent f60ab2f commit e0a066e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokens/src/color.tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"300": { "value": "{color.yellow.300.value}" },
"500": { "value": "{color.yellow.500.value}" },
"700": { "value": "{color.yellow.700.value}" },
"900": { "value": "{color.purple.900.value}" }
"900": { "value": "{color.yellow.900.value}" }
},
"purple": {
"100": { "value": "#EBE6FD" },
Expand Down

0 comments on commit e0a066e

Please sign in to comment.