diff --git a/lib/note_editor.dart b/lib/note_editor.dart index 04eed13b..93076ac0 100644 --- a/lib/note_editor.dart +++ b/lib/note_editor.dart @@ -76,7 +76,7 @@ class NoteEditorState extends State { ), body: bodyWidget, floatingActionButton: FloatingActionButton( - child: Icon(Icons.add), + child: Icon(Icons.check), onPressed: () { var noteContent = noteTextKey.currentState.value; var note = new Note(