diff --git a/ui/BankingiOSApp/BankingiOSApp/ui/views/Divider.swift b/ui/BankingiOSApp/BankingiOSApp/ui/views/Divider.swift index acf3922c..d420e60e 100644 --- a/ui/BankingiOSApp/BankingiOSApp/ui/views/Divider.swift +++ b/ui/BankingiOSApp/BankingiOSApp/ui/views/Divider.swift @@ -10,8 +10,8 @@ struct Divider: View { var body: some View { Rectangle() + .fill(color) .frame(height: height) - .background(color) .listRowInsets(EdgeInsets()) .edgesIgnoringSafeArea(.horizontal) .padding(0)