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