Update lib/views/chat.dart

This commit is contained in:
Christian Pauly 2020-02-29 12:00:51 +00:00
parent 2acb7da9a9
commit 1c948079ba
1 changed files with 1 additions and 1 deletions

View File

@ -396,7 +396,7 @@ class _ChatState extends State<_Chat> {
SvgPicture.asset(
"assets/chat.svg",
height: double.infinity,
color: Theme.of(context).primaryColor.withOpacity(0.2),
color: Theme.of(context).primaryColor.withOpacity(0.1),
),
SafeArea(
child: Column(