From 5f535a9d95d9fc8c3e56bbdbbd53e1628074b369 Mon Sep 17 00:00:00 2001 From: ggurdin Date: Mon, 16 Jun 2025 16:56:29 -0400 Subject: [PATCH] chore: remove background color from emoji reactions --- lib/pages/chat/events/message_reactions.dart | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/pages/chat/events/message_reactions.dart b/lib/pages/chat/events/message_reactions.dart index e34dad9a0..b3afbef60 100644 --- a/lib/pages/chat/events/message_reactions.dart +++ b/lib/pages/chat/events/message_reactions.dart @@ -158,7 +158,9 @@ class _Reaction extends StatelessWidget { borderRadius: BorderRadius.circular(AppConfig.borderRadius / 2), child: Container( decoration: BoxDecoration( - color: color, + // #Pangea + // color: color, + // Pangea# borderRadius: BorderRadius.circular(AppConfig.borderRadius / 2), ), padding: const EdgeInsets.symmetric(horizontal: 4, vertical: 2),