diff --git a/lib/views/new_task_button.dart b/lib/views/new_task_button.dart index 6e00ce46..e4e6621d 100644 --- a/lib/views/new_task_button.dart +++ b/lib/views/new_task_button.dart @@ -29,10 +29,10 @@ class NewTaskButton extends StatelessWidget { ), ), ), - child: Container( + child: SizedBox( width: buttonWidth, height: 50, - child: Row( + child: const Row( children: [ // Black plus icon Icon(Icons.add, color: Colors.black),