Skip to content

Commit

Permalink
Merge branch 'master' into tertiary-button-update
Browse files Browse the repository at this point in the history
  • Loading branch information
asudoh authored Jul 31, 2019
2 parents 775a150 + 26b5cf4 commit d0ab6fa
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/// @group @carbon/themes
$carbon--theme--white: (
interactive-01: #0062ff,
interactive-02: #171717,
interactive-02: #3d3d3d,
interactive-03: #0062ff,
interactive-04: #0062ff,
ui-background: #ffffff,
Expand Down Expand Up @@ -66,7 +66,7 @@ $carbon--theme--white: (
skeleton-01: #e5e5e5,
skeleton-02: #bebebe,
brand-01: #0062ff,
brand-02: #171717,
brand-02: #3d3d3d,
brand-03: #0062ff,
active-01: #bebebe,
hover-field: #e5e5e5,
Expand All @@ -77,7 +77,7 @@ $carbon--theme--white: (
/// @group @carbon/themes
$carbon--theme--g10: (
interactive-01: #0062ff,
interactive-02: #171717,
interactive-02: #3d3d3d,
interactive-03: #0062ff,
interactive-04: #0062ff,
ui-background: #f3f3f3,
Expand Down Expand Up @@ -132,7 +132,7 @@ $carbon--theme--g10: (
skeleton-01: #e5e5e5,
skeleton-02: #bebebe,
brand-01: #0062ff,
brand-02: #171717,
brand-02: #3d3d3d,
brand-03: #0062ff,
active-01: #bebebe,
hover-field: #e5e5e5,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/// @group @carbon/themes
$carbon--theme--white: (
interactive-01: #0062ff,
interactive-02: #171717,
interactive-02: #3d3d3d,
interactive-03: #0062ff,
interactive-04: #0062ff,
ui-background: #ffffff,
Expand Down Expand Up @@ -66,7 +66,7 @@ $carbon--theme--white: (
skeleton-01: #e5e5e5,
skeleton-02: #bebebe,
brand-01: #0062ff,
brand-02: #171717,
brand-02: #3d3d3d,
brand-03: #0062ff,
active-01: #bebebe,
hover-field: #e5e5e5,
Expand All @@ -77,7 +77,7 @@ $carbon--theme--white: (
/// @group @carbon/themes
$carbon--theme--g10: (
interactive-01: #0062ff,
interactive-02: #171717,
interactive-02: #3d3d3d,
interactive-03: #0062ff,
interactive-04: #0062ff,
ui-background: #f3f3f3,
Expand Down Expand Up @@ -132,7 +132,7 @@ $carbon--theme--g10: (
skeleton-01: #e5e5e5,
skeleton-02: #bebebe,
brand-01: #0062ff,
brand-02: #171717,
brand-02: #3d3d3d,
brand-03: #0062ff,
active-01: #bebebe,
hover-field: #e5e5e5,
Expand Down
8 changes: 4 additions & 4 deletions packages/elements/docs/sass.md
Original file line number Diff line number Diff line change
Expand Up @@ -3536,7 +3536,7 @@ Carbon's white color theme
```scss
$carbon--theme--white: (
interactive-01: #0062ff,
interactive-02: #171717,
interactive-02: #3d3d3d,
interactive-03: #0062ff,
interactive-04: #0062ff,
ui-background: #ffffff,
Expand Down Expand Up @@ -3591,7 +3591,7 @@ $carbon--theme--white: (
skeleton-01: #e5e5e5,
skeleton-02: #bebebe,
brand-01: #0062ff,
brand-02: #171717,
brand-02: #3d3d3d,
brand-03: #0062ff,
active-01: #bebebe,
hover-field: #e5e5e5,
Expand All @@ -3615,7 +3615,7 @@ Carbon's g10 color theme
```scss
$carbon--theme--g10: (
interactive-01: #0062ff,
interactive-02: #171717,
interactive-02: #3d3d3d,
interactive-03: #0062ff,
interactive-04: #0062ff,
ui-background: #f3f3f3,
Expand Down Expand Up @@ -3670,7 +3670,7 @@ $carbon--theme--g10: (
skeleton-01: #e5e5e5,
skeleton-02: #bebebe,
brand-01: #0062ff,
brand-02: #171717,
brand-02: #3d3d3d,
brand-03: #0062ff,
active-01: #bebebe,
hover-field: #e5e5e5,
Expand Down
8 changes: 4 additions & 4 deletions packages/themes/docs/sass.md
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ Carbon's white color theme
```scss
$carbon--theme--white: (
interactive-01: #0062ff,
interactive-02: #171717,
interactive-02: #3d3d3d,
interactive-03: #0062ff,
interactive-04: #0062ff,
ui-background: #ffffff,
Expand Down Expand Up @@ -386,7 +386,7 @@ $carbon--theme--white: (
skeleton-01: #e5e5e5,
skeleton-02: #bebebe,
brand-01: #0062ff,
brand-02: #171717,
brand-02: #3d3d3d,
brand-03: #0062ff,
active-01: #bebebe,
hover-field: #e5e5e5,
Expand All @@ -410,7 +410,7 @@ Carbon's g10 color theme
```scss
$carbon--theme--g10: (
interactive-01: #0062ff,
interactive-02: #171717,
interactive-02: #3d3d3d,
interactive-03: #0062ff,
interactive-04: #0062ff,
ui-background: #f3f3f3,
Expand Down Expand Up @@ -465,7 +465,7 @@ $carbon--theme--g10: (
skeleton-01: #e5e5e5,
skeleton-02: #bebebe,
brand-01: #0062ff,
brand-02: #171717,
brand-02: #3d3d3d,
brand-03: #0062ff,
active-01: #bebebe,
hover-field: #e5e5e5,
Expand Down
8 changes: 4 additions & 4 deletions packages/themes/scss/_theme-maps.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/// @group @carbon/themes
$carbon--theme--white: (
interactive-01: #0062ff,
interactive-02: #171717,
interactive-02: #3d3d3d,
interactive-03: #0062ff,
interactive-04: #0062ff,
ui-background: #ffffff,
Expand Down Expand Up @@ -66,7 +66,7 @@ $carbon--theme--white: (
skeleton-01: #e5e5e5,
skeleton-02: #bebebe,
brand-01: #0062ff,
brand-02: #171717,
brand-02: #3d3d3d,
brand-03: #0062ff,
active-01: #bebebe,
hover-field: #e5e5e5,
Expand All @@ -77,7 +77,7 @@ $carbon--theme--white: (
/// @group @carbon/themes
$carbon--theme--g10: (
interactive-01: #0062ff,
interactive-02: #171717,
interactive-02: #3d3d3d,
interactive-03: #0062ff,
interactive-04: #0062ff,
ui-background: #f3f3f3,
Expand Down Expand Up @@ -132,7 +132,7 @@ $carbon--theme--g10: (
skeleton-01: #e5e5e5,
skeleton-02: #bebebe,
brand-01: #0062ff,
brand-02: #171717,
brand-02: #3d3d3d,
brand-03: #0062ff,
active-01: #bebebe,
hover-field: #e5e5e5,
Expand Down
2 changes: 1 addition & 1 deletion packages/themes/src/g10.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ import {
} from '@carbon/colors';

export const interactive01 = blue60;
export const interactive02 = gray100;
export const interactive02 = gray80;
export const interactive03 = blue60;
export const interactive04 = blue60;

Expand Down
2 changes: 1 addition & 1 deletion packages/themes/src/white.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ import {
} from '@carbon/colors';

export const interactive01 = blue60;
export const interactive02 = gray100;
export const interactive02 = gray80;
export const interactive03 = blue60;
export const interactive04 = blue60;

Expand Down

0 comments on commit d0ab6fa

Please sign in to comment.