Skip to content

Commit

Permalink
updating the color tokens on the color page (#3345)
Browse files Browse the repository at this point in the history
  • Loading branch information
thyhmdo authored Jan 17, 2023
1 parent 8b82fdb commit a6bdc38
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions src/data/guidelines/color-tokens.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,19 +242,19 @@ const colorTokens = {
value: {
white: {
name: 'Gray 10 hover',
hex: '#e5e5e5',
hex: '#e8e8e8',
},
g10: {
name: 'Gray 10 hover',
hex: '#e5e5e5',
hex: '#e8e8e8',
},
g90: {
name: 'Gray 80 hover',
hex: '#4c4c4c',
hex: '#474747',
},
g100: {
name: 'Gray 90 hover',
hex: '#353535',
hex: '#333333',
},
},
},
Expand All @@ -263,19 +263,19 @@ const colorTokens = {
value: {
white: {
name: 'Gray 10 hover',
hex: '#e5e5e5',
hex: '#e8e8e8',
},
g10: {
name: 'Gray 10 hover',
hex: '#e5e5e5',
hex: '#e8e8e8',
},
g90: {
name: 'Gray 70 hover',
hex: '#656565',
hex: '#636363',
},
g100: {
name: 'Gray 80 hover',
hex: '#4c4c4c',
hex: '#474747',
},
},
},
Expand All @@ -284,19 +284,19 @@ const colorTokens = {
value: {
white: {
name: 'Gray 10 hover',
hex: '#e5e5e5',
hex: '#e8e8e8',
},
g10: {
name: 'Gray 10 hover',
hex: '#e5e5e5',
hex: '#e8e8e8',
},
g90: {
name: 'Gray 60 hover',
hex: '#5e5e5e',
},
g100: {
name: 'Gray 70 hover',
hex: '#656565',
hex: '#636363',
},
},
},
Expand Down Expand Up @@ -792,19 +792,19 @@ const colorTokens = {
value: {
white: {
name: 'Gray 10 hover',
hex: '#e5e5e5',
hex: '#e8e8e8',
},
g10: {
name: 'Gray 10 hover',
hex: '#e5e5e5',
hex: '#e8e8e8',
},
g90: {
name: 'Gray 80 hover',
hex: '#4c4c4c',
hex: '#474747',
},
g100: {
name: 'Gray 90 hover',
hex: '#353535',
hex: '#333333',
},
},
},
Expand All @@ -813,11 +813,11 @@ const colorTokens = {
value: {
white: {
name: 'Gray 10 hover',
hex: '#e5e5e5',
hex: '#e8e8e8',
},
g10: {
name: 'Gray 10 hover',
hex: '#e5e5e5',
hex: '#e8e8e8',
},
g90: {
name: 'Gray 70 hover',
Expand All @@ -834,11 +834,11 @@ const colorTokens = {
value: {
white: {
name: 'Gray 10 hover',
hex: '#e5e5e5',
hex: '#e8e8e8',
},
g10: {
name: 'Gray 10 hover',
hex: '#e5e5e5',
hex: '#e8e8e8',
},
g90: {
name: 'Gray 60 hover',
Expand Down Expand Up @@ -2266,4 +2266,4 @@ const colorTokens = {
},
};

export default colorTokens;
export default colorTokens;

1 comment on commit a6bdc38

@vercel
Copy link

@vercel vercel bot commented on a6bdc38 Jan 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.