Material Theme Builder creating color varibles but Figma doesn't read variables on file.
From Material UI Kit, trying to update colors with material theme builder. After creation is completed, the variable modes selection doesn't change colors to dark monochrome, etc. #52
Steps to reproduce the behavior:
- Material Theme Builder Plugin opens.
- Change colors
- Click the update button
- updated completed notification received.
- Open variable modes.
- selected dark
- colors not updated
Detected on:
- Chrome
- Desktop File
Additional context: Updating colors is not working either when I close the plugin after updating the theme,
Steps to reproduce the behavior:
- Material Theme Builder Plugin opens.
- Change colors
- Click the update button
- updated completed notification received.
- Open variable modes.
- selected dark
- colors not updated
- Plugin close
- Plugin open
- default google material colors came not selected color.
- Adding a new theme
- switching to M3 teme
- selected colors came
This problem has been happening for 1 week.
yes this is because it detaches the link between variables and styles. the components are using the styles, but the styles no longer are linked to the variables which prevents the color modes, dark and light etc. to function. Ive also reported this bug.
If you notice that before you create a theme with the theme builder the color styles and variables are linked to each other. allowing them to work together and gives you the functionality of color modes. but after you create a theme that no longer works.
true, i think this issue started when Figma integrated the Material as inbuilt UI kit. Before this, all components directly used variables so had no issues when theme got updated.
How is this still not fixed?