From ca1eac6f23debf1cf626b81f050ed3f3549d0231 Mon Sep 17 00:00:00 2001 From: Vishesh Handa Date: Sat, 12 Jan 2019 12:27:28 +0100 Subject: [PATCH] Journal Editor: Change FAB icon to Check I think it looks nicer, and adds some variety in comparison to the + icon, which was also in the previous screen. --- lib/note_editor.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(