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