diff --git a/lib/pages/chat/events/html_message.dart b/lib/pages/chat/events/html_message.dart
index f84269f3b..8726bb7f6 100644
--- a/lib/pages/chat/events/html_message.dart
+++ b/lib/pages/chat/events/html_message.dart
@@ -535,6 +535,7 @@ class MatrixPill extends StatelessWidget {
name,
style: TextStyle(
color: color,
+ decorationColor: color,
decoration: TextDecoration.underline,
fontSize: fontSize,
height: 1.25,