create note

This commit is contained in:
Giulia
2023-09-28 13:55:49 +02:00
committed by Joe Küng
parent a6ba19abdd
commit eba59f7cf5
2 changed files with 43 additions and 7 deletions

View File

@@ -27,7 +27,7 @@ class _NotesViewState extends State<NotesView> {
),
);
},
child: Icon(Icons.add),
child: Icon(Icons.add, color: Colors.white,),
backgroundColor: Colors.lightBlue.shade900,
),