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:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user