Skip to content

Commit 86f0d89

Browse files
author
Enguerrand ARMINJON WINDOWS
committed
feature/a-href-overridable-style
1 parent 79ec194 commit 86f0d89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/builtins/interactive_element_builtin.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class InteractiveElementBuiltIn extends HtmlExtension {
6161
children: childSpan.children
6262
?.map((e) => _processInteractableChild(context, e))
6363
.toList(),
64-
style: childSpan.style,
64+
style: context.styledElement?.style.generateTextStyle() ?? childSpan.style,
6565
semanticsLabel: childSpan.semanticsLabel,
6666
recognizer: TapGestureRecognizer()..onTap = onTap,
6767
);

0 commit comments

Comments
 (0)