Skip to content

Commit

Permalink
docs(support-02): update support-02 value (carbon-design-system#2288)
Browse files Browse the repository at this point in the history
  • Loading branch information
tw15egan authored and emyarod committed May 25, 2021
1 parent 4fbca36 commit 6161ca7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 13 deletions.
4 changes: 2 additions & 2 deletions src/components/ColorGrid/ColorGrid.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react';
import {
colors,
black100,
green50,
green60,
orange40,
red60,
white0,
Expand Down Expand Up @@ -34,7 +34,7 @@ export default function ColorGrid({ colorFamily, ...rest }) {
<ColorSwatch hex={red60} />
<ColorSwatch hex={orange40} />
<ColorSwatch hex={yellow20} />
<ColorSwatch hex={green50} />
<ColorSwatch hex={green60} />
</div>
);
}
Expand Down
17 changes: 6 additions & 11 deletions src/data/guidelines/color-tokens.js
Original file line number Diff line number Diff line change
Expand Up @@ -266,10 +266,7 @@ const colorTokens = {
},
},
'$button-separator': {
role: [
'3:1 aa element contrast',
'Fluid button separator',
],
role: ['3:1 aa element contrast', 'Fluid button separator'],
value: {
white: {
name: 'Gray 20',
Expand All @@ -290,9 +287,7 @@ const colorTokens = {
},
},
'$decorative-01': {
role: [
'“Light” variant elements',
],
role: ['“Light” variant elements'],
value: {
white: {
name: 'Gray 20',
Expand Down Expand Up @@ -678,12 +673,12 @@ const colorTokens = {
role: ['Success'],
value: {
white: {
name: 'Green 50',
hex: '#24a148',
name: 'Green 60',
hex: '#198038',
},
g10: {
name: 'Green 50',
hex: '#24a148',
name: 'Green 60',
hex: '#198038',
},
g90: {
name: 'Green 40',
Expand Down

0 comments on commit 6161ca7

Please sign in to comment.