diff --git a/lib/presentation/routes/drawer_routes/feedback_route.dart b/lib/presentation/routes/drawer_routes/feedback_route.dart index ddb66db3..f60bd38b 100644 --- a/lib/presentation/routes/drawer_routes/feedback_route.dart +++ b/lib/presentation/routes/drawer_routes/feedback_route.dart @@ -174,8 +174,7 @@ class _FeedbackFormState extends State { decoration: InputDecoration( hintText: 'Tell us how we can improve', border: OutlineInputBorder( - borderSide: BorderSide(color: Colors.blueAccent), - ), + borderSide: BorderSide(color: Colors.blueAccent)), ), maxLines: 5, ),