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 6cc4357 commit 7603b2eCopy full SHA for 7603b2e
super_editor/lib/src/default_editor/text.dart
@@ -1166,7 +1166,7 @@ class TextComponentState extends State<TextComponent> with DocumentComponent imp
1166
child: TextLayoutSelectionHighlight(
1167
textLayout: textLayout,
1168
style: SelectionHighlightStyle(
1169
- color: Colors.red,
+ color: widget.selectionColor,
1170
),
1171
selection: widget.textSelection ?? const TextSelection.collapsed(offset: -1),
1172
0 commit comments