Hi everyone,
I have a dashboard with custom stylesheet that works beautifully on light theme. When theme changes to dark the css is no longer compatible with visual requirements. I do have another stylesheet that i could use with that theme though.
My question here is: "Is it possible to automatize custom stylesheet change on theme change?".
So far i tried using token reference like: <form stylesheet="$stylesheet$.css" theme="light"> and then change that token in an input accordingly. Also i was not able to solve this using custom JS as well.
Would appreciate any help on this.
Thanks 😄