diff --git a/lib/widgets/messagebubble.dart b/lib/widgets/messagebubble.dart index 128b9fab..a91378b0 100644 --- a/lib/widgets/messagebubble.dart +++ b/lib/widgets/messagebubble.dart @@ -77,6 +77,9 @@ class MessageBubbleState extends State { style: TextStyle( color: fromMe ? Provider.of(context).theme.messageFromMeTextColor() : Provider.of(context).theme.messageFromOtherTextColor(), ), + linkStyle: TextStyle( + color: Provider.of(context).current().mainTextColor(), + ), textAlign: TextAlign.left, textWidthBasis: TextWidthBasis.longestLine, );