Skip to content

Commit

Permalink
Merge pull request #207 from 12fahed/main
Browse files Browse the repository at this point in the history
notes list ui fixed
  • Loading branch information
12fahed authored Jul 15, 2024
2 parents ac4ce10 + c8e7553 commit c3d7fc8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/new_ui/screens/notes_screen/widgets/note_list.dart
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,9 @@ class _NoteListState extends ConsumerState<NoteList> {
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,),
Expand Down

0 comments on commit c3d7fc8

Please sign in to comment.