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

docs(support-02): update support-02 value #2288

Merged
merged 4 commits into from
May 20, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
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 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