summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-06-09 06:21:28 -0700
committerFuwn <[email protected]>2025-06-09 06:21:28 -0700
commit71baeab01bb3bdb78ef6642046127b914b7bca49 (patch)
tree9e869e14e883aec09fd1a52c08e96a60f1a5263c
parentfeat: Development commit (diff)
downloadsora-testing-71baeab01bb3bdb78ef6642046127b914b7bca49.tar.xz
sora-testing-71baeab01bb3bdb78ef6642046127b914b7bca49.zip
feat: Development commit
-rw-r--r--Sora/Views/Generic/GenericListView.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/Sora/Views/Generic/GenericListView.swift b/Sora/Views/Generic/GenericListView.swift
index fe8cf0e..4444914 100644
--- a/Sora/Views/Generic/GenericListView.swift
+++ b/Sora/Views/Generic/GenericListView.swift
@@ -39,7 +39,7 @@ struct GenericListView<T: Identifiable & Hashable & GenericItem>: View {
var body: some View {
NavigationStack {
- VStack {
+ VStack(spacing: 0) {
if items.isEmpty {
ContentUnavailableView(
emptyMessage,