summaryrefslogtreecommitdiff
path: root/Hutch/Views/Pastes
diff options
context:
space:
mode:
Diffstat (limited to 'Hutch/Views/Pastes')
-rw-r--r--Hutch/Views/Pastes/PasteDetailView.swift1
-rw-r--r--Hutch/Views/Pastes/PasteListView.swift1
2 files changed, 2 insertions, 0 deletions
diff --git a/Hutch/Views/Pastes/PasteDetailView.swift b/Hutch/Views/Pastes/PasteDetailView.swift
index 19cfd52..a73e784 100644
--- a/Hutch/Views/Pastes/PasteDetailView.swift
+++ b/Hutch/Views/Pastes/PasteDetailView.swift
@@ -259,6 +259,7 @@ private struct PasteVisibilitySheet: View {
ProgressView()
}
}
+ .themedList()
}
}
diff --git a/Hutch/Views/Pastes/PasteListView.swift b/Hutch/Views/Pastes/PasteListView.swift
index 22f6ff9..ffd49ab 100644
--- a/Hutch/Views/Pastes/PasteListView.swift
+++ b/Hutch/Views/Pastes/PasteListView.swift
@@ -110,6 +110,7 @@ struct PasteListView: View {
.listRowSeparator(.hidden)
}
}
+ .themedList()
.listStyle(.plain)
.searchable(
text: $vm.searchText,