unisonweb / ui-core

Shared design system and core components for Unison Local and Unison Share
MIT License
23 stars 4 forks source link

Fix gray color variable #59

Closed yoching closed 1 year ago

yoching commented 1 year ago

It seems that CSS variable name was inappropriate.

--gray-darken-10 -> --color-gray-darken-10

check-css-vars catch this bug and triggers error in CI in another PR.

❯❯❯ npm run check-css-vars

> check-css-vars
> scripts/check-css-vars.mjs

🚨 Error! 1 undefined CSS variables used:

--gray-darken-10
hojberg commented 1 year ago

nice! thanks