From f373e7a65e34b2279d0537394fc1f80a7e19bec0 Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Mon, 2 Mar 2020 08:36:55 +0000 Subject: [PATCH] Update pubspec.yaml, lib/views/chat.dart files --- lib/views/chat.dart | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/views/chat.dart b/lib/views/chat.dart index bb61460..134d3cc 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.1), + color: Theme.of(context).primaryColor.withOpacity(0.05), ), SafeArea( child: Column( diff --git a/pubspec.yaml b/pubspec.yaml index 196266e..e44cedf 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -27,7 +27,7 @@ dependencies: famedlysdk: git: url: https://gitlab.com/famedly/famedlysdk.git - ref: f681bf93ab0b82667e3e80416e0d334c1a748c4f + ref: 5eda493ba2ca529fb351ca15028868a25ed6196e localstorage: ^3.0.1+4 bubble: ^1.1.9+1