Skip to content

Commit

Permalink
Patch token values (#8427)
Browse files Browse the repository at this point in the history
  • Loading branch information
heyjoethomas committed Feb 17, 2023
1 parent c73717c commit 7c434b2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/tasty-bottles-juggle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@shopify/polaris-tokens': patch
---

Fixed typo in `yellow-100` shade and lightened `blue-100` shade
4 changes: 2 additions & 2 deletions polaris-tokens/src/colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const green: Color = {

export const blue: Color = {
50: 'rgba(240, 245, 253, 1)',
100: 'rgba(220, 233, 252, 1)',
100: 'rgba(232, 240, 253, 1)',
200: 'rgba(187, 212, 247, 1)',
300: 'rgba(147, 186, 241, 1)',
400: 'rgba(102, 153, 225, 1)',
Expand All @@ -68,7 +68,7 @@ export const red: Color = {

export const yellow: Color = {
50: 'rgba(254, 248, 236, 1)',
100: 'rgba(254, 248, 236, 1)',
100: 'rgba(252, 240, 212, 1)',
200: 'rgba(250, 229, 178, 1)',
300: 'rgba(248, 217, 144, 1)',
400: 'rgba(245, 196, 82, 1)',
Expand Down

0 comments on commit 7c434b2

Please sign in to comment.