From 6dae5b28cea7023559b63b6ace8fcc80c3f22a1e Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Sat, 29 Feb 2020 12:00:51 +0000 Subject: [PATCH] Update lib/views/chat.dart --- lib/views/chat.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/views/chat.dart b/lib/views/chat.dart index 592ac5278..bb614600a 100644 --- a/lib/views/chat.dart +++ b/lib/views/chat.dart @@ -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(