From a76e2aa677a561002d12a4ecd3955e9da2af8b8e Mon Sep 17 00:00:00 2001 From: ericholguin Date: Mon, 21 Oct 2024 18:18:05 -0600 Subject: [PATCH] fix: Fix overlap in Universe view This PR fixes the overlapping text in the Universe View. Changelog-Fixed: Fixed overlapping text in Universe View Signed-off-by: ericholguin --- damus/Views/SearchHomeView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/damus/Views/SearchHomeView.swift b/damus/Views/SearchHomeView.swift index 0795eb51..39434cca 100644 --- a/damus/Views/SearchHomeView.swift +++ b/damus/Views/SearchHomeView.swift @@ -91,7 +91,7 @@ struct SearchHomeView: View { .foregroundColor(.secondary) .padding(.top, 20) .padding(.horizontal) - }) + }.padding(.bottom, 50)) } ) .refreshable {