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 <ericholguin@apache.org>
This commit is contained in:
ericholguin
2024-10-21 18:18:05 -06:00
parent d9f2317728
commit a76e2aa677

View File

@@ -91,7 +91,7 @@ struct SearchHomeView: View {
.foregroundColor(.secondary) .foregroundColor(.secondary)
.padding(.top, 20) .padding(.top, 20)
.padding(.horizontal) .padding(.horizontal)
}) }.padding(.bottom, 50))
} }
) )
.refreshable { .refreshable {