Skip to content

Commit 8cd0fdf

Browse files
committed
Update FeedView.swift
1 parent 1b85fae commit 8cd0fdf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/WatchApp/Views/FeedView.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ struct FeedView: View {
5050
}
5151
}
5252
}
53-
.listStyle(.plain)
53+
.listStyle(.carousel)
54+
.scrollBounceBehavior(.always)
5455
.refreshable {
5556
await vm.load()
5657
}

0 commit comments

Comments
 (0)