1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2025-06-19 00:05:16 +00:00

Improve links color

This commit is contained in:
2020-04-17 11:56:28 +02:00
parent 03c4a4eae0
commit 9b53a3b0c9
2 changed files with 6 additions and 2 deletions

View File

@ -128,6 +128,7 @@ class ConversationMessageTile extends StatelessWidget {
content: message.message,
textAlign: TextAlign.justify,
style: TextStyle(color: Colors.white),
linksColor: Colors.indigo,
),
padding: EdgeInsets.fromLTRB(
15.0, 10.0, 15.0, 10.0),