Skip to content

Commit

Permalink
changed color hex value of ocean-100
Browse files Browse the repository at this point in the history
  • Loading branch information
SergejLust committed Sep 19, 2024
1 parent 4234383 commit 2105e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/stories/foundations/Color.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ We use the concept of tokens to apply color in a consistent, reusable, and scala
| <code>$ifxColorEngineering400</code> | #8D8786 | <img src={ColorEngineering400} alt="Engineering 400" width="50%" /> |
| <code>$ifxColorEngineering500</code> | #575352 | <img src={ColorEngineering500} alt="Engineering 500" width="50%" /> |
| <code>$ifxColorEngineering600</code> | #3C3A39 | <img src={ColorEngineering600} alt="Engineering 600" width="50%" /> |
| <code>$ifxColorOcean100</code> | #0A8276 | <img src={ColorOcean100} alt="Ocean 100" width="50%" /> |
| <code>$ifxColorOcean100</code> | #DFF4F3 | <img src={ColorOcean100} alt="Ocean 100" width="50%" /> |
| <code>$ifxColorOcean200</code> | #B8DEDA | <img src={ColorOcean200} alt="Ocean 200" width="50%" /> |
| <code>$ifxColorOcean300</code> | #6CB4AD | <img src={ColorOcean300} alt="Ocean 300" width="50%" /> |
| <code>$ifxColorOcean400</code> | #3B9B91 | <img src={ColorOcean400} alt="Ocean 400" width="50%" /> |
Expand Down

0 comments on commit 2105e6e

Please sign in to comment.