We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 42794f6 + 0f3874f commit 6bccb32Copy full SHA for 6bccb32
lib/src/builtins/interactive_element_builtin.dart
@@ -62,7 +62,7 @@ class InteractiveElementBuiltIn extends HtmlExtension {
62
?.map((e) => _processInteractableChild(context, e))
63
.toList(),
64
recognizer: TapGestureRecognizer()..onTap = onTap,
65
- style: childSpan.style,
+ style: context.styledElement?.style.generateTextStyle() ?? childSpan.style,
66
semanticsLabel: childSpan.semanticsLabel,
67
locale: childSpan.locale,
68
mouseCursor: childSpan.mouseCursor,
0 commit comments