mirror of
https://github.com/yattee/yattee.git
synced 2026-05-12 02:17:46 +00:00
Add bottom padding to tvOS search header for focus effect clearance
This commit is contained in:
@@ -149,6 +149,7 @@ struct InstanceBrowseView: View {
|
|||||||
.focusSection()
|
.focusSection()
|
||||||
.padding(.horizontal, 48)
|
.padding(.horizontal, 48)
|
||||||
.padding(.top, 20)
|
.padding(.top, 20)
|
||||||
|
.padding(.bottom, 10)
|
||||||
|
|
||||||
// Content
|
// Content
|
||||||
ScrollView {
|
ScrollView {
|
||||||
|
|||||||
@@ -215,6 +215,7 @@ struct SearchView: View {
|
|||||||
.focusSection()
|
.focusSection()
|
||||||
.padding(.horizontal, 48)
|
.padding(.horizontal, 48)
|
||||||
.padding(.top, 20)
|
.padding(.top, 20)
|
||||||
|
.padding(.bottom, 10)
|
||||||
|
|
||||||
searchContent
|
searchContent
|
||||||
.focusSection()
|
.focusSection()
|
||||||
|
|||||||
Reference in New Issue
Block a user