Hello to everybody. I have a question about WiseJ Theme Builder.
I created one theme for my app but I have a specific window that I would like to look diferently than the main theme. the window is in separate project but is referenced to the main project. So my question is how could I apply changes localy only on this window? For exemple, I need that my background color on this window to have white color instead of blue one or the text field should have radius 12 px but keep the images on the buttons from the main theme.
Thank you in advanced for your advices.
Thank you Frank I will follow your advice.
Have a good day.
Hi Antoni,
I think the best way to deal with this, is to use different appearences in the same theme or through mixins:
https://docs.wisej.com/theme-builder/theme-elements/appearances
Then you can switch the appearance of your elements by setting the AppearanceKey property.
Best regards
Frank
Please login first to submit.