Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 86f0d89

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

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎lib/src/builtins/interactive_element_builtin.dart‎

Copy file name to clipboardExpand all lines: lib/src/builtins/interactive_element_builtin.dart
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.