Skip to content

Commit

Permalink
Merge branch 'master' into upgrade-jest-25
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblack authored Feb 27, 2020
2 parents 5919656 + b46c84b commit 1b3c84e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions packages/components/docs/sass.md
Original file line number Diff line number Diff line change
Expand Up @@ -5653,6 +5653,7 @@ $carbon--theme--g90: map-merge(
visited-link: #be95ff,
disabled-01: #393939,
disabled-02: #6f6f6f,
disabled-03: #a8a8a8,
highlight: #0043ce,
skeleton-01: #353535,
skeleton-02: #525252,
Expand Down
1 change: 1 addition & 0 deletions packages/elements/docs/sass.md
Original file line number Diff line number Diff line change
Expand Up @@ -5283,6 +5283,7 @@ $carbon--theme--g90: map-merge(
visited-link: #be95ff,
disabled-01: #393939,
disabled-02: #6f6f6f,
disabled-03: #a8a8a8,
highlight: #0043ce,
skeleton-01: #353535,
skeleton-02: #525252,
Expand Down
1 change: 1 addition & 0 deletions packages/themes/docs/sass.md
Original file line number Diff line number Diff line change
Expand Up @@ -1777,6 +1777,7 @@ $carbon--theme--g90: map-merge(
visited-link: #be95ff,
disabled-01: #393939,
disabled-02: #6f6f6f,
disabled-03: #a8a8a8,
highlight: #0043ce,
skeleton-01: #353535,
skeleton-02: #525252,
Expand Down
2 changes: 1 addition & 1 deletion packages/themes/src/g100.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export const visitedLink = purple40;

export const disabled01 = gray90;
export const disabled02 = gray70;
export const disabled03 = gray60;
export const disabled03 = gray50;

export const highlight = blue80;

Expand Down
3 changes: 2 additions & 1 deletion packages/themes/src/g90.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import {
// Gray
gray10,
gray30,
gray40,
gray50,
gray60,
gray70,
Expand Down Expand Up @@ -121,7 +122,7 @@ export const visitedLink = purple40;

export const disabled01 = gray80;
export const disabled02 = gray60;
export const disabled03 = gray50;
export const disabled03 = gray40;

export const highlight = blue70;

Expand Down

0 comments on commit 1b3c84e

Please sign in to comment.