Update pubspec.yaml, lib/views/chat.dart files
This commit is contained in:
parent
6dae5b28ce
commit
5734fe017c
2 changed files with 2 additions and 2 deletions
|
|
@ -396,7 +396,7 @@ class _ChatState extends State<_Chat> {
|
|||
SvgPicture.asset(
|
||||
"assets/chat.svg",
|
||||
height: double.infinity,
|
||||
color: Theme.of(context).primaryColor.withOpacity(0.1),
|
||||
color: Theme.of(context).primaryColor.withOpacity(0.05),
|
||||
),
|
||||
SafeArea(
|
||||
child: Column(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue