Hello community,
I have a Forge app (NOT custom UI) that creates tickets that contain colors that have meaning, and as such I need to be able to control what they look like in both light and dark mode.
Currently, the colors look like this in light mode (correct):
But in dark mode the colors are different (incorrect):
I don’t need the colors to be exactly the same in both themes; I do have a different color scheme for dark mode.
Am I able to override the colors for dark mode without using Custom UI? I did some digging and it seems possible for Custom UI, but I have read next to nothing about theming with the simpler UI kit. Do I have any options to control the colors between themes with UI kit?
Thanks for your help.