Skip to content

Commit

Permalink
fix: 簡易ノート投稿欄の投稿ボタン等を変更
Browse files Browse the repository at this point in the history
  • Loading branch information
Npepperlinux committed Nov 8, 2024
1 parent 47cefb3 commit 79b9786
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/view/time_line_page/time_line_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -377,11 +377,11 @@ class TimeLinePageState extends ConsumerState<TimeLinePage> {
),
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),
),
],
),
Expand Down

0 comments on commit 79b9786

Please sign in to comment.