Open
Description
Hi!
I have a flashcard app, and I use the Markdown() Composable to display the text on the flashcards. On iOS, the text (or certain cases, only parts of it) is shown in black, instead of the color I set.
- the code is fully shared between iOS and Android, yet the issue is only present on iOS
- it seems completely random. If I close and reopen the app, the same text might have the correct color the second time, or vice versa. I couldn't identify any pattern.
- sometimes only parts of the text are black, for example only the bold part (third pic)
- when I logged LocalMarkdownColors.current.text, the logged color code was white for those texts that appeared black, too
- it happens for both dark and light mode
I am happy to provide any additional info!
PS: Thank you so much for your work! It is tremendously helpful!