Skip to content

Commit 7603b2e

Browse files
fix color
1 parent 6cc4357 commit 7603b2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

super_editor/lib/src/default_editor/text.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1166,7 +1166,7 @@ class TextComponentState extends State<TextComponent> with DocumentComponent imp
11661166
child: TextLayoutSelectionHighlight(
11671167
textLayout: textLayout,
11681168
style: SelectionHighlightStyle(
1169-
color: Colors.red,
1169+
color: widget.selectionColor,
11701170
),
11711171
selection: widget.textSelection ?? const TextSelection.collapsed(offset: -1),
11721172
),

0 commit comments

Comments
 (0)