Force dark mode
snowtema opened this issue · 4 comments
snowtema commented
In some cases, I need to use dark style alerts. How can I enable this?
ivanvorobei commented
You want switch it without change appearance in system?
snowtema commented
Yes! My app designed for dark-mode only. So, I want to force this option.
ivanvorobei commented
If your app design only for dark, simple set custom trait to dark mode. Alert auto detect it and always show in dark mode.
snowtema commented
Thank you, I will try.