There was an error while loading. Please reload this page.
1 parent bcdc8ff commit 8a3676fCopy full SHA for 8a3676f
1 file changed
lib/screens/submit/submit_screen.dart
@@ -190,10 +190,8 @@ class _SubmitScreenState extends State<SubmitScreen> with ItemActionMixin {
190
maxLines: 200,
191
decoration: const InputDecoration(
192
hintText: 'Text',
193
- focusedBorder: UnderlineInputBorder(
194
- borderSide: BorderSide.none,
195
- ),
196
- border: UnderlineInputBorder(borderSide: BorderSide.none),
+ focusedBorder: .none,
+ border: .none,
197
),
198
onChanged: context.read<SubmitCubit>().onTextChanged,
199
textCapitalization: TextCapitalization.sentences,
0 commit comments