Fixed that if no account has been added only center part got displayed with systemGroupedBackground, framed by large white borders
This commit is contained in:
parent
c1bd70085a
commit
05e8b1f4a4
|
@ -30,6 +30,7 @@ struct AccountsTab: View {
|
|||
|
||||
Spacer()
|
||||
}
|
||||
.frame(width: UIScreen.main.bounds.width)
|
||||
.background(Color(UIColor.systemGroupedBackground))
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue