I am building a Forge application with a custom UI, and I took reference from this page to create the UI page: https://atlassian.design/components/form/examples. Now, after deploying, when I switch my Jira to dark theme, my application does not convert to dark theme. What do I need to change in my code? Currently, I have similar code to this form: https://atlassian.design/components/form/examples#default.
Hi @ParthpuriGoswami1 , you will need to enable theming in your application through view.theme.enable()
Mastering Light & Dark Themes in Forge Apps - Atlassian Community is also a great example on how to enable theming in Custom UI.