Skip to content

Commit

Permalink
fix(support-02): update support-02 to green60 in light themes
Browse files Browse the repository at this point in the history
  • Loading branch information
tw15egan committed May 6, 2021
1 parent 6c2c9d8 commit e18fb37
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/themes/src/g10.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import {
// Support
blue50,
green40,
green50,
green60,
yellow,
red50,
red60,
Expand Down Expand Up @@ -78,7 +78,7 @@ export const inverse01 = white;
export const inverse02 = gray80;

export const support01 = red60;
export const support02 = green50;
export const support02 = green60;
export const support03 = yellow;
export const support04 = blue70;

Expand Down
4 changes: 2 additions & 2 deletions packages/themes/src/white.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import {
// Support
blue50,
green40,
green50,
green60,
yellow,
red50,
red60,
Expand Down Expand Up @@ -78,7 +78,7 @@ export const inverse01 = white;
export const inverse02 = gray80;

export const support01 = red60;
export const support02 = green50;
export const support02 = green60;
export const support03 = yellow;
export const support04 = blue70;

Expand Down

0 comments on commit e18fb37

Please sign in to comment.