Skip to content
This repository has been archived by the owner on Jul 12, 2019. It is now read-only.

Commit

Permalink
feat(theme): add icon-03 color token (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
jendowns authored and joshblack committed Feb 7, 2019
1 parent 5e1e71d commit 556a8e4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/themes/src/g10.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ export const text04 = white;

export const icon01 = gray100;
export const icon02 = gray70;
export const icon03 = white;

export const field01 = white;
export const field02 = gray10;
Expand Down
1 change: 1 addition & 0 deletions packages/themes/src/g100.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ export const text04 = white;

export const icon01 = gray10;
export const icon02 = gray30;
export const icon03 = white;

export const field01 = gray90;
export const field02 = gray80;
Expand Down
1 change: 1 addition & 0 deletions packages/themes/src/g90.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export const text04 = white;

export const icon01 = gray10;
export const icon02 = gray30;
export const icon03 = white;

export const field01 = gray80;
export const field02 = gray70;
Expand Down
1 change: 1 addition & 0 deletions packages/themes/src/white.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ export const text04 = white;

export const icon01 = gray100;
export const icon02 = gray70;
export const icon03 = white;

export const field01 = gray10;
export const field02 = white;
Expand Down

0 comments on commit 556a8e4

Please sign in to comment.