chore: Improve text selection color for messages

This commit is contained in:
Christian Kußowski 2025-11-19 08:51:40 +01:00
parent b72ea373de
commit f345ec4210
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652

View file

@ -517,6 +517,7 @@ class HtmlMessage extends StatelessWidget {
),
maxLines: limitHeight ? 64 : null,
overflow: TextOverflow.fade,
selectionColor: textColor.withAlpha(128),
);
}
}