mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-28 18:03:14 +08:00
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.
This commit is contained in:
@ -76,7 +76,7 @@ class NoteEditorState extends State<NoteEditor> {
|
||||
),
|
||||
body: bodyWidget,
|
||||
floatingActionButton: FloatingActionButton(
|
||||
child: Icon(Icons.add),
|
||||
child: Icon(Icons.check),
|
||||
onPressed: () {
|
||||
var noteContent = noteTextKey.currentState.value;
|
||||
var note = new Note(
|
||||
|
Reference in New Issue
Block a user