Skip to content

Commit

Permalink
chore(themes): fix v11 token preview g100 color names (#9890)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
joshblack and kodiakhq[bot] committed Oct 19, 2021
1 parent b5487bc commit ac2c448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/themes/examples/preview-v11/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ export default function IndexPage() {
/>
<div className="details">
<span>
{getColorByValue(themes.g90[exportName], 'gray')}
{getColorByValue(themes.g100[exportName], 'gray')}
</span>
<span className="hex-value">
{themes.g100[exportName]}
Expand Down

0 comments on commit ac2c448

Please sign in to comment.