From 49c1de8610c92f180771ed96a367cc5b3df31db0 Mon Sep 17 00:00:00 2001 From: Krille Date: Mon, 25 Mar 2024 15:58:25 +0100 Subject: [PATCH] chore: follow up matrix pill --- lib/pages/chat/events/html_message.dart | 1 + 1 file changed, 1 insertion(+) 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,