Skip to content

Commit e6cd47a

Browse files
author
krish
committed
merge conflict resolved
2 parents b078f86 + d6ebcac commit e6cd47a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/widgets/add_Task.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ class _AddTaskBottomSheetState extends State<AddTaskBottomSheet> {
238238
brightness: Brightness.dark,
239239
primary: Colors.white,
240240
onPrimary: Colors.black,
241-
secondary: Colors.black,
241+
secondary: Color.fromARGB(255, 70, 68, 68),
242242
onSecondary: Colors.white,
243243
error: Colors.red,
244244
onError: Colors.black,

0 commit comments

Comments
 (0)