diff --git a/src/data/guidelines/color-tokens.js b/src/data/guidelines/color-tokens.js index 19cccabb1d8..3e40f210347 100644 --- a/src/data/guidelines/color-tokens.js +++ b/src/data/guidelines/color-tokens.js @@ -4054,7 +4054,7 @@ const colorTokens = { }, g90: { name: 'Gray 80', - hex: '#8d8d8d', + hex: '#393939', }, g100: { name: 'Gray 90', @@ -4075,7 +4075,7 @@ const colorTokens = { }, g90: { name: 'Gray 80', - hex: '#8d8d8d', + hex: '#393939', }, g100: { name: 'Gray 90', @@ -4096,7 +4096,7 @@ const colorTokens = { }, g90: { name: 'Gray 80', - hex: '#8d8d8d', + hex: '#393939', }, g100: { name: 'Gray 90', @@ -4108,16 +4108,16 @@ const colorTokens = { role: ['Warning low contrast notification background'], value: { white: { - name: 'Yellow 30, White', - hex: '#f1c21b, #ffffff', + name: 'Yellow 10', + hex: '#fcf4d6', }, g10: { - name: 'Yellow 30, White', - hex: '#f1c21b, #ffffff', + name: 'Yellow 10', + hex: '#fcf4d6', }, g90: { name: 'Gray 80', - hex: '#8d8d8d', + hex: '#393939', }, g100: { name: 'Gray 90', diff --git a/src/pages/designing/get-started.mdx b/src/pages/designing/get-started.mdx index d9daa8dc9e1..fda745afdc9 100644 --- a/src/pages/designing/get-started.mdx +++ b/src/pages/designing/get-started.mdx @@ -40,18 +40,19 @@ guidance and components. _For IBMers only:_ -IBMers should get a license for Figma, our primary design kit tool. You may also -access tools we no longer support, Sketch, Adobe XD, and Axure, by heading to -the [Design Toolbox](https://w3.ibm.com/design/toolbox/). However, we no longer -maintain or update the kits for these tools. We recommend you migrate to Figma -to get the most updated kits we offer. +IBMers should get a license for Figma, our primary design kit tool. We no longer +maintain or support the libraries in Sketch, Adobe XD, and Axure, but you can +view the +[w3 Apps Software Licenses](https://ibm.service-now.com/slm?id=toolbox_ibm&sys_id=823b779e1b047c508c6099f9bc4bcb4a) +page to see license availability for these design tools if needed. We recommend +you migrate to Figma to get our most updated kits.