Update new_task_button.dart

This commit is contained in:
hunteraraujo
2023-08-22 17:03:52 -04:00
parent d830a7ebcf
commit b71b7d1f26

View File

@@ -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),