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.
1 parent 79ec194 commit 86f0d89Copy full SHA for 86f0d89
lib/src/builtins/interactive_element_builtin.dart
@@ -61,7 +61,7 @@ class InteractiveElementBuiltIn extends HtmlExtension {
61
children: childSpan.children
62
?.map((e) => _processInteractableChild(context, e))
63
.toList(),
64
- style: childSpan.style,
+ style: context.styledElement?.style.generateTextStyle() ?? childSpan.style,
65
semanticsLabel: childSpan.semanticsLabel,
66
recognizer: TapGestureRecognizer()..onTap = onTap,
67
);
0 commit comments