Toast-Swift icon indicating copy to clipboard operation
Toast-Swift copied to clipboard

Dark mode

Open JorisBodin opened this issue 5 years ago • 1 comments

Hello :)

Dark mode is not supported. So we don't see the toast. Just the text.

What would be the solution?

Thanks you

JorisBodin avatar Dec 13 '19 15:12 JorisBodin

By using the darkGrey color the result is close to android and looks good in dark and light. But I think it would be nice if by default it were supported :)

var style = ToastStyle()
style.backgroundColor = .darkGray

JorisBodin avatar Dec 13 '19 15:12 JorisBodin