feat(ui): Make the bottom backdrop transparent

This commit is contained in:
PapaTutuWawa 2023-01-12 21:16:14 +01:00
parent b9aac0c3d7
commit 284b5fa4df

View File

@ -551,7 +551,9 @@ class ConversationPageState extends State<ConversationPage> with TickerProviderS
),
ColoredBox(
color: Theme.of(context).scaffoldBackgroundColor,
color: Theme.of(context)
.scaffoldBackgroundColor
.withOpacity(0.4),
child: ConversationBottomRow(
_controller,
_textfieldFocus,