diff options
| author | Fuwn <[email protected]> | 2025-02-28 03:46:48 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-02-28 03:46:48 -0800 |
| commit | 868cf535d116f4b100776f5e4cc1428444ba28b9 (patch) | |
| tree | ee0a52cb8fcfd5eff3e566a2549503a8db66c9f9 /Sora/Views/Post/Grid/PostGridView.swift | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-868cf535d116f4b100776f5e4cc1428444ba28b9.tar.xz sora-testing-868cf535d116f4b100776f5e4cc1428444ba28b9.zip | |
feat: Development commit
Diffstat (limited to 'Sora/Views/Post/Grid/PostGridView.swift')
| -rw-r--r-- | Sora/Views/Post/Grid/PostGridView.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Sora/Views/Post/Grid/PostGridView.swift b/Sora/Views/Post/Grid/PostGridView.swift index b54863f..a3b5f31 100644 --- a/Sora/Views/Post/Grid/PostGridView.swift +++ b/Sora/Views/Post/Grid/PostGridView.swift @@ -117,7 +117,7 @@ struct PostGridView: View { selectedTab: $selectedTab, isPresented: $isSearchHistoryPresented ) - .frame(minHeight: 250) + .frame(minHeight: 250) } } } |