Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inconsistent default text color for different tags when using TextStyle #10

Closed
zemiguelll opened this issue Aug 20, 2018 · 2 comments
Closed
Assignees
Labels
bug Something isn't working medium-priority
Milestone

Comments

@zemiguelll
Copy link

When adding only fontSize to the TextStyle the bold or italic text changes to white.
new Html(data: feed["body"], defaultTextStyle: fontSize: 16.0))

Note: adding "color: Colors.black" fixes it, but it would be good to keep a consistent default color.
new Html(data: feed["body"], defaultTextStyle: TextStyle(color: Colors.black, fontSize: 16.0))

@Sub6Resources Sub6Resources self-assigned this Aug 22, 2018
@Sub6Resources Sub6Resources added bug Something isn't working medium-priority labels Aug 22, 2018
@Sub6Resources Sub6Resources added this to the 0.5.0 milestone Aug 22, 2018
@Sub6Resources
Copy link
Owner

This will be fixed in 0.5.0 as soon as I push it.

@Sub6Resources
Copy link
Owner

Version 0.5.0 has been pushed and this issue fixed!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working medium-priority
Projects
None yet
Development

No branches or pull requests

2 participants