saminsohag / flutter_packages

11 stars 5 forks source link

Bullets do not follow the default text style color #16

Closed timovandeput closed 2 months ago

timovandeput commented 3 months ago

I have wrapped the TexMarkdown() widget with a DefaultTextStyle() to change the color of the text.

This works for the text, but the bullets are still in the default text color.

saminsohag commented 2 months ago

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.