mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-29 10:17:16 +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,
|
body: bodyWidget,
|
||||||
floatingActionButton: FloatingActionButton(
|
floatingActionButton: FloatingActionButton(
|
||||||
child: Icon(Icons.add),
|
child: Icon(Icons.check),
|
||||||
onPressed: () {
|
onPressed: () {
|
||||||
var noteContent = noteTextKey.currentState.value;
|
var noteContent = noteTextKey.currentState.value;
|
||||||
var note = new Note(
|
var note = new Note(
|
||||||
|
Reference in New Issue
Block a user