feat(ui): Make the bottom backdrop transparent
This commit is contained in:
parent
b9aac0c3d7
commit
284b5fa4df
@ -551,7 +551,9 @@ class ConversationPageState extends State<ConversationPage> with TickerProviderS
|
|||||||
),
|
),
|
||||||
|
|
||||||
ColoredBox(
|
ColoredBox(
|
||||||
color: Theme.of(context).scaffoldBackgroundColor,
|
color: Theme.of(context)
|
||||||
|
.scaffoldBackgroundColor
|
||||||
|
.withOpacity(0.4),
|
||||||
child: ConversationBottomRow(
|
child: ConversationBottomRow(
|
||||||
_controller,
|
_controller,
|
||||||
_textfieldFocus,
|
_textfieldFocus,
|
||||||
|
Loading…
Reference in New Issue
Block a user