From 6960618f5510935bd2b5c275dda70ef65bb1099b Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Wed, 3 Feb 2021 18:48:48 +0100 Subject: [PATCH] fix: Inputborder --- lib/views/chat.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/views/chat.dart b/lib/views/chat.dart index 4ee15e35..cb1cdeab 100644 --- a/lib/views/chat.dart +++ b/lib/views/chat.dart @@ -1154,6 +1154,7 @@ class _ChatState extends State { L10n.of(context).writeAMessage, hintMaxLines: 1, border: InputBorder.none, + enabledBorder: InputBorder.none, filled: false, ), onChanged: (String text) {