From 284b5fa4df694b95f35fc42e106ee7b4b6a8adcb Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Thu, 12 Jan 2023 21:16:14 +0100 Subject: [PATCH] feat(ui): Make the bottom backdrop transparent --- lib/ui/pages/conversation/conversation.dart | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/ui/pages/conversation/conversation.dart b/lib/ui/pages/conversation/conversation.dart index 0bc12d27..f2941ef4 100644 --- a/lib/ui/pages/conversation/conversation.dart +++ b/lib/ui/pages/conversation/conversation.dart @@ -551,7 +551,9 @@ class ConversationPageState extends State with TickerProviderS ), ColoredBox( - color: Theme.of(context).scaffoldBackgroundColor, + color: Theme.of(context) + .scaffoldBackgroundColor + .withOpacity(0.4), child: ConversationBottomRow( _controller, _textfieldFocus,