Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(support-02): update support-02 to green60 in light themes #8597

Merged
merged 3 commits into from
May 12, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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