Dark mode problem

I noticed that in my shared folder I have snippets that use click elements but if the user is in dark mode in their browser it doesn't work for them. Is there anything I need to do to make sure the snippet works regardless of the browser appearance.

Hi Thomas!

I tested this in Chrome by making my theme 'Dark', but was unable to reproduce the issue, as {click} worked normally for me despite changing the theme to dark mode.

A few questions:

  • What browser are you using while experiencing this issue?
  • Does reloading the extension or uninstalling/reinstalling Text Blaze help?
  • On which site are you using the snippet?
  • Could it be that the selector itself is broken?

Feel free to email us at support@blaze.today with this information if you'd prefer to share it privately.

I shared a snippet with someone and they couldn't get it to work. It was failing specifically at the part where it clicks a button in Spruce. The only difference I noticed was that she was in dark mode and I wasn't. Once I switched her Chrome theme back to the default (light mode), everything started working perfectly.

Hey @Thomas_Wright

You can ask her to generate the selector for dark mode, the same way you generated the selector in light mode. Then we can combine the two selectors into a single command which works for both of you.

Can you share the two click commands (one for dark mode and another for light mode) so we can check how to combine them?