Skip to content

Commit c16d252

Browse files
committed
update noteList
1 parent e214d27 commit c16d252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/screens/note_list_screen.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class _NoteListScreenState extends State<NoteListScreen> {
6060
color: Colors.white,
6161
child: ListTile(
6262
leading: CircleAvatar(
63-
backgroundColor: Colors.deepPurple,
63+
backgroundColor: _noteList![index].priority.color,
6464
child: Text(
6565
_noteList![index].priority.title.substring(0, 1),
6666
style: TextStyle(

0 commit comments

Comments
 (0)