Skip to content

Commit d6ebcac

Browse files
authored
Merge pull request #268 from vkprogrammer-001/enhance_AM/PM_indicator
improved_AM/PM_indicator
2 parents 6dce549 + 3356651 commit d6ebcac

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
@@ -237,7 +237,7 @@ class _AddTaskBottomSheetState extends State<AddTaskBottomSheet> {
237237
brightness: Brightness.dark,
238238
primary: Colors.white,
239239
onPrimary: Colors.black,
240-
secondary: Colors.black,
240+
secondary: Color.fromARGB(255, 70, 68, 68),
241241
onSecondary: Colors.white,
242242
error: Colors.red,
243243
onError: Colors.black,

0 commit comments

Comments
 (0)