diff --git a/lib/view/time_line_page/time_line_page.dart b/lib/view/time_line_page/time_line_page.dart index 09727011f..2007163a1 100644 --- a/lib/view/time_line_page/time_line_page.dart +++ b/lib/view/time_line_page/time_line_page.dart @@ -377,11 +377,11 @@ class TimeLinePageState extends ConsumerState { ), IconButton( onPressed: note.expectFailure(context), - icon: const Icon(Icons.edit), + icon: const Icon(Icons.send), ), IconButton( onPressed: noteCreateRoute, - icon: const Icon(Icons.keyboard_arrow_right), + icon: const Icon(Icons.edit_note), ), ], ),