mirror of
https://github.com/yattee/yattee.git
synced 2024-11-09 15:58:20 +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())
|
||||
}
|
||||
.buttonStyle(.plain)
|
||||
#if os(tvOS)
|
||||
.padding(.horizontal, 50)
|
||||
#endif
|
||||
}
|
||||
|
||||
var closeButton: some View {
|
||||
|
Loading…
Reference in New Issue
Block a user