Added background color in safe area
This commit is contained in:
parent
0be070b460
commit
5f9a1e7b5f
@ -108,7 +108,10 @@ class _ChatViewState extends State<ChatView> {
|
|||||||
children: messages.reversed.toList(),
|
children: messages.reversed.toList(),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
SafeArea(child: ChatTextfield(widget.room.token)),
|
Container(
|
||||||
|
color: Theme.of(context).colorScheme.background,
|
||||||
|
child: SafeArea(child: ChatTextfield(widget.room.token)),
|
||||||
|
)
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user