mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-31 21:04:25 +01:00
Update new_task_button.dart
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user