summaryrefslogtreecommitdiff
path: root/Sora/Views/Post/Details
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-03-02 07:56:20 -0800
committerFuwn <[email protected]>2025-03-02 07:56:20 -0800
commit971279c14e2f32f7b16ee8608c3bbe0e5746b607 (patch)
treebbcd900affbe3cdcdc44fff6c5a574f19269a74f /Sora/Views/Post/Details
parentfeat: Development commit (diff)
downloadsora-testing-971279c14e2f32f7b16ee8608c3bbe0e5746b607.tar.xz
sora-testing-971279c14e2f32f7b16ee8608c3bbe0e5746b607.zip
feat: Development commit
Diffstat (limited to 'Sora/Views/Post/Details')
-rw-r--r--Sora/Views/Post/Details/PostDetailsCarouselView.swift4
1 files changed, 3 insertions, 1 deletions
diff --git a/Sora/Views/Post/Details/PostDetailsCarouselView.swift b/Sora/Views/Post/Details/PostDetailsCarouselView.swift
index 2bc8b32..1d6acb0 100644
--- a/Sora/Views/Post/Details/PostDetailsCarouselView.swift
+++ b/Sora/Views/Post/Details/PostDetailsCarouselView.swift
@@ -55,7 +55,9 @@ struct PostDetailsCarouselView: View {
finalLoadingState: .loaded,
post: posts[index]
)
- .background(.background)
+ .background(
+ loadingStage == .loaded ? Color(.systemBackground) : Color.clear
+ )
}
.tag(index)
}