Open
Description
Describe the bug
Inherited style colors do not change after I change the theme at runtime. I see that the inherited color in the child style is the color number and not the theme color string
To Reproduce
Steps to reproduce the behavior:
- Add a default style for the buttons, with background and text colors chosen from a theme. Create a button
- Create an inherited style (in my case, with just another font) and assign this to a 2nd button
- Change the theme at runtime
- Theme colors for the buttons with the inherited style do not change
- Workaround is that I select the same theme color for the button background and text and then I get the desired result, but I also get a "redundant modification" next to the style name
Expected behavior
I would expect that the theme color names would be inherited in the child style
** LVGL version (if used)**
8.x