There is a way to get the properties editor in “light mode” ? Or am I completely off topic ? It’s for me one of the most annoying part of bubble GUI… this blue on dark gray options with no contrast whatsoever.
You can force your app to stay in light mode by adding a simple CSS rule: :root { color-scheme: light; }. This ensures it ignores the user’s dark mode preference. However, redesigning for both modes is ideal long-term, as dark mode is widely used and expected these days. Start with small tweaks if you decide to support both!