Closed timovandeput closed 2 months ago
I have wrapped the TexMarkdown() widget with a DefaultTextStyle() to change the color of the text.
TexMarkdown()
DefaultTextStyle()
This works for the text, but the bullets are still in the default text color.
It is fixed in the latest version.
There was a style parameter to style the text. But now you can also use DefaultTextStyle() for that.
style
I have wrapped the
TexMarkdown()
widget with aDefaultTextStyle()
to change the color of the text.This works for the text, but the bullets are still in the default text color.