From c8e75530a84c53caf48d1e24714100987d5516d3 Mon Sep 17 00:00:00 2001 From: Fahed Khan <127182880+12fahed@users.noreply.github.com> Date: Mon, 15 Jul 2024 19:32:36 +0530 Subject: [PATCH] notes list ui fixed --- lib/new_ui/screens/notes_screen/widgets/note_list.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/new_ui/screens/notes_screen/widgets/note_list.dart b/lib/new_ui/screens/notes_screen/widgets/note_list.dart index 3511bc4..a1ac4c0 100644 --- a/lib/new_ui/screens/notes_screen/widgets/note_list.dart +++ b/lib/new_ui/screens/notes_screen/widgets/note_list.dart @@ -150,8 +150,9 @@ class _NoteListState extends ConsumerState { return Container( // margin: EdgeInsets.all(8), decoration: BoxDecoration( + border: Border.all(color: timePickerBorder, width: 1.0), borderRadius: BorderRadius.circular(20), - color: Color(0xff383838), + color: timePickerBg, ), child: Padding( padding: const EdgeInsets.all(20,),