Skip to content

Commit

Permalink
Fixed the color token and some broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
Kritvi-bhatia17 committed Sep 23, 2024
1 parent 2d19fac commit 5eec78b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
16 changes: 8 additions & 8 deletions src/data/guidelines/color-tokens.js
Original file line number Diff line number Diff line change
Expand Up @@ -4054,7 +4054,7 @@ const colorTokens = {
},
g90: {
name: 'Gray 80',
hex: '#8d8d8d',
hex: '#393939',
},
g100: {
name: 'Gray 90',
Expand All @@ -4075,7 +4075,7 @@ const colorTokens = {
},
g90: {
name: 'Gray 80',
hex: '#8d8d8d',
hex: '#393939',
},
g100: {
name: 'Gray 90',
Expand All @@ -4096,7 +4096,7 @@ const colorTokens = {
},
g90: {
name: 'Gray 80',
hex: '#8d8d8d',
hex: '#393939',
},
g100: {
name: 'Gray 90',
Expand All @@ -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',
Expand Down
13 changes: 7 additions & 6 deletions src/pages/designing/get-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<Row className="resource-card-group">

<Column colLg={4} colMd={4} noGutterSm>
<ResourceCard
subTitle="Get Figma"
href="https://w3.ibm.com/design/toolbox/?&_ga=2.49792614.1500760159.1682969477-2020417520.1680805833#/ui-design-tools/figma/README"
href="https://ibmtest.service-now.com/slm?id=toolbox_ibm&sys_id=f850fa5f4758dd10d9607351e36d43b8"
actionIcon="launch">
<MdxIcon name="figma" />
</ResourceCard>
Expand Down

0 comments on commit 5eec78b

Please sign in to comment.