mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-28 07:19:32 +01:00
Update lib/views/chat.dart
This commit is contained in:
parent
2acb7da9a9
commit
1c948079ba
@ -396,7 +396,7 @@ class _ChatState extends State<_Chat> {
|
|||||||
SvgPicture.asset(
|
SvgPicture.asset(
|
||||||
"assets/chat.svg",
|
"assets/chat.svg",
|
||||||
height: double.infinity,
|
height: double.infinity,
|
||||||
color: Theme.of(context).primaryColor.withOpacity(0.2),
|
color: Theme.of(context).primaryColor.withOpacity(0.1),
|
||||||
),
|
),
|
||||||
SafeArea(
|
SafeArea(
|
||||||
child: Column(
|
child: Column(
|
||||||
|
Loading…
Reference in New Issue
Block a user