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:
dankito 2020-08-08 18:06:17 +02:00
parent c1bd70085a
commit 05e8b1f4a4
1 changed files with 2 additions and 1 deletions

View File

@ -30,9 +30,10 @@ struct AccountsTab: View {
Spacer()
}
.frame(width: UIScreen.main.bounds.width)
.background(Color(UIColor.systemGroupedBackground))
}
}