NuPlay / RichText

Easily show RichText(html) in SwiftUI
MIT License
209 stars 36 forks source link

Text does not show in dark mode #15

Closed murasu closed 2 years ago

murasu commented 2 years ago

RichText works fine in light mode - but I don't see anything in dark mode. Just a blank black screen.

RichText(html: myHtml)
    .placeholder {
        Text("Loading myHtml")
    }
murasu commented 2 years ago

Adding a custom CSS in the html fixed the issue.