Update lib/views/chat.dart

onboarding
Christian Pauly 6 years ago
parent 27cec287f8
commit 6dae5b28ce

@ -396,7 +396,7 @@ class _ChatState extends State<_Chat> {
SvgPicture.asset( SvgPicture.asset(
"assets/chat.svg", "assets/chat.svg",
height: double.infinity, height: double.infinity,
color: Theme.of(context).primaryColor.withOpacity(0.2), color: Theme.of(context).primaryColor.withOpacity(0.1),
), ),
SafeArea( SafeArea(
child: Column( child: Column(

Loading…
Cancel
Save