mirror of
https://github.com/yattee/yattee.git
synced 2026-05-12 10:25:02 +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()
|
||||
.padding(.horizontal, 48)
|
||||
.padding(.top, 20)
|
||||
.padding(.bottom, 10)
|
||||
|
||||
// Content
|
||||
ScrollView {
|
||||
|
||||
@@ -215,6 +215,7 @@ struct SearchView: View {
|
||||
.focusSection()
|
||||
.padding(.horizontal, 48)
|
||||
.padding(.top, 20)
|
||||
.padding(.bottom, 10)
|
||||
|
||||
searchContent
|
||||
.focusSection()
|
||||
|
||||
Reference in New Issue
Block a user