diff options
Diffstat (limited to 'Hutch/Views/Repositories/ArtifactsView.swift')
| -rw-r--r-- | Hutch/Views/Repositories/ArtifactsView.swift | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Hutch/Views/Repositories/ArtifactsView.swift b/Hutch/Views/Repositories/ArtifactsView.swift index ef3b972..b8caf4c 100644 --- a/Hutch/Views/Repositories/ArtifactsView.swift +++ b/Hutch/Views/Repositories/ArtifactsView.swift @@ -13,9 +13,11 @@ struct ArtifactsView: View { openURL(artifact.url) } } + .themedRow() } } } + .themedList() .listStyle(.insetGrouped) .overlay { if viewModel.isLoadingArtifacts, viewModel.referenceArtifacts.isEmpty { |
