material-foundation / material-theme-builder

Visualize dynamic color and create a custom Material Theme.
https://material-foundation.github.io/material-theme-builder/
Apache License 2.0
361 stars 27 forks source link

Changing the seed color takes out the All token styles except the primary color #250

Open D3epti opened 5 months ago

D3epti commented 5 months ago

I open the app My local styles get updated. So I check for the "key-colors". And The primary, secondary etc colors are there. Ad now, I change the seed color on the plugin. Result - All colors inside the key color section gone except the primary color.

To Reproduce Steps to reproduce the behavior:

  1. Go to 'Resources on Figma'
  2. Click on 'Click Plugin -> Materials theme builder'.
  3. Check the colorstyles get updated.
  4. Scroll down to 'Key Colors'
  5. Now, update the Seed color on the app.
  6. See error - All colors except the key color disappear.

Expected - All the respective colors that were generated from the seed color must update in the Key Colors section

bug