mirror of
https://github.com/yattee/yattee.git
synced 2025-08-09 20:24:06 +00:00
Fix accounts switcher padding on tvOS
This commit is contained in:
@@ -84,6 +84,9 @@ struct AccountsView: View {
|
|||||||
.contentShape(Rectangle())
|
.contentShape(Rectangle())
|
||||||
}
|
}
|
||||||
.buttonStyle(.plain)
|
.buttonStyle(.plain)
|
||||||
|
#if os(tvOS)
|
||||||
|
.padding(.horizontal, 50)
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
var closeButton: some View {
|
var closeButton: some View {
|
||||||
|
Reference in New Issue
Block a user