Update pubspec.yaml, lib/views/chat.dart files

onboarding
Christian Pauly 6 years ago
parent 6dae5b28ce
commit 5734fe017c

@ -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(

@ -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

Loading…
Cancel
Save