mirror of
https://github.com/yattee/yattee.git
synced 2024-12-22 13:33:42 +00:00
Fix accounts switcher padding on tvOS
This commit is contained in:
parent
ea997ffdb9
commit
72a98314c1
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user