diff --git a/lib/views/chat.dart b/lib/views/chat.dart index 592ac52..bb61460 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(