diff options
| author | Fuwn <[email protected]> | 2025-02-25 01:29:37 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-02-25 01:29:37 -0800 |
| commit | 87e58d27c8ded529650bb2bd71591154e5a16c4a (patch) | |
| tree | 0dfc33695f3fd18fc87a18593f59272b3f0b87f3 /Sora/Views/Post | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-87e58d27c8ded529650bb2bd71591154e5a16c4a.tar.xz sora-testing-87e58d27c8ded529650bb2bd71591154e5a16c4a.zip | |
feat: Development commit
Diffstat (limited to 'Sora/Views/Post')
| -rw-r--r-- | Sora/Views/Post/Details/PostDetailsImageView.swift | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Sora/Views/Post/Details/PostDetailsImageView.swift b/Sora/Views/Post/Details/PostDetailsImageView.swift index b70aeb9..f36904f 100644 --- a/Sora/Views/Post/Details/PostDetailsImageView.swift +++ b/Sora/Views/Post/Details/PostDetailsImageView.swift @@ -37,6 +37,7 @@ struct PostDetailsImageView<Placeholder: View>: View { .onAppear { loadingState = finalLoadingState } + .background(.background) .contextMenu { #if os(iOS) Button { |