chore: Improve text selection color for messages
This commit is contained in:
parent
b72ea373de
commit
f345ec4210
1 changed files with 1 additions and 0 deletions
|
|
@ -517,6 +517,7 @@ class HtmlMessage extends StatelessWidget {
|
|||
),
|
||||
maxLines: limitHeight ? 64 : null,
|
||||
overflow: TextOverflow.fade,
|
||||
selectionColor: textColor.withAlpha(128),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue