Is there a way to change the text color in the Markdown composable or RichTextScope? It just renders the text as black which isn't visible on a dark mode background.
Edit: Looked at the source code and doesn't seem possible without forking and modifying it.
Is there a way to change the text color in the
Markdown
composable orRichTextScope
? It just renders the text as black which isn't visible on a dark mode background.Edit: Looked at the source code and doesn't seem possible without forking and modifying it.