diff --git a/ui/BankingiOSApp/BankingiOSApp/ui/views/AccountsTab.swift b/ui/BankingiOSApp/BankingiOSApp/ui/views/AccountsTab.swift index 88297edc..91c162ce 100644 --- a/ui/BankingiOSApp/BankingiOSApp/ui/views/AccountsTab.swift +++ b/ui/BankingiOSApp/BankingiOSApp/ui/views/AccountsTab.swift @@ -30,9 +30,10 @@ struct AccountsTab: View { Spacer() } + .frame(width: UIScreen.main.bounds.width) .background(Color(UIColor.systemGroupedBackground)) } - + }