Hello,
With the new and improved them editor, is there any way to affect theme variables from the user interface? I would like my users to be able to choose from at least light and dark themes with a toggle component.
Thanks
M
Hello,
With the new and improved them editor, is there any way to affect theme variables from the user interface? I would like my users to be able to choose from at least light and dark themes with a toggle component.
Thanks
M
using a variable, assigned to the theme values, you can make dinamic changes to the theme.
to do that , first you need to assign the colors in your theme
It looks like this will work - mostly.
To affect change across all components I would need to go into each style class and tie each to a local pallet and color variable, right?