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) {