feat(ui): Make the bottom backdrop transparent
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user