From 9e4dc0ba208387f437cf9611831066bf54e6bbec Mon Sep 17 00:00:00 2001 From: Gabby Gurdin Date: Wed, 28 Feb 2024 12:22:29 -0500 Subject: [PATCH] reduce darkness of toolbar background --- lib/pangea/widgets/chat/message_toolbar.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pangea/widgets/chat/message_toolbar.dart b/lib/pangea/widgets/chat/message_toolbar.dart index 9d22c9b33..5d992b33d 100644 --- a/lib/pangea/widgets/chat/message_toolbar.dart +++ b/lib/pangea/widgets/chat/message_toolbar.dart @@ -102,7 +102,7 @@ class ToolbarDisplayController { followerAnchor: pangeaMessageEvent.ownMessage ? Alignment.bottomRight : Alignment.bottomLeft, - backgroundColor: const Color.fromRGBO(0, 0, 0, 1).withAlpha(164), + backgroundColor: const Color.fromRGBO(0, 0, 0, 1).withAlpha(100), ); if (MatrixState.pAnyState.overlay != null) {