From 3d59d9a4159243ac13a07161d58a14d8e7213968 Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Sat, 20 Feb 2021 07:31:03 +0100 Subject: [PATCH] fix: Line color --- lib/views/chat.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/views/chat.dart b/lib/views/chat.dart index 80e94a08..c8ee2bb6 100644 --- a/lib/views/chat.dart +++ b/lib/views/chat.dart @@ -981,7 +981,6 @@ class _ChatState extends State { ), Divider( height: 1, - color: Theme.of(context).secondaryHeaderColor, thickness: 1, ), room.canSendDefaultMessages &&