-
-
Notifications
You must be signed in to change notification settings - Fork 893
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
<a> wrap <span> style no effect #832
Comments
We don't inherit color property. However in style you can use any CSS selector so you should be able to use |
Hi, the html are generated by tinymce, so I can't control the style |
I mean to do this: "a > span": Style.fromTextStyle(Theme.of(context).textTheme.bodyText1!.copyWith(
height: 1.4,
color: Colors.blue,
)
) |
@tneotia not working, because I already have a standard style for
|
🤔 You might to to change the order of the style definitions then. We do apply all styles that are applicable. |
It seems we have fixed this issue somehow because I just tried this HTML, and it correctly shows with blue underline. |
Let us know if this issue persists. Thanks! |
I have
<a>
with child<span>
,<a>
no change to blue, and I cant set"span"
tocolor: Colors.blue
, it will overwrite other span colorThe text was updated successfully, but these errors were encountered: