sparrowcode/AlertKit

Force dark mode

snowtema opened this issue · 4 comments

In some cases, I need to use dark style alerts. How can I enable this?

You want switch it without change appearance in system?

Yes! My app designed for dark-mode only. So, I want to force this option.

If your app design only for dark, simple set custom trait to dark mode. Alert auto detect it and always show in dark mode.

Thank you, I will try.