Skip to content

Commit

Permalink
ui: lightning receive large
Browse files Browse the repository at this point in the history
  • Loading branch information
reez authored Feb 12, 2024
1 parent cedbfc3 commit 0abfb91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ struct ChannelsListView: View {
}
) {
ReceiveView(viewModel: .init())
.presentationDetents([.medium])
.presentationDetents([.medium, .large])
}
.sheet(
isPresented: $isViewPeersPresented,
Expand Down

0 comments on commit 0abfb91

Please sign in to comment.