From b71b7d1f26232f7869330a1c403e6b31bbe5100e Mon Sep 17 00:00:00 2001 From: hunteraraujo Date: Tue, 22 Aug 2023 17:03:52 -0400 Subject: [PATCH] Update new_task_button.dart --- lib/views/new_task_button.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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),