diff --git a/ui/BankingiOSApp/BankingiOSApp/ui/views/InstantPaymentInfoView.swift b/ui/BankingiOSApp/BankingiOSApp/ui/views/InstantPaymentInfoView.swift index 19ae57c3..90332719 100644 --- a/ui/BankingiOSApp/BankingiOSApp/ui/views/InstantPaymentInfoView.swift +++ b/ui/BankingiOSApp/BankingiOSApp/ui/views/InstantPaymentInfoView.swift @@ -16,6 +16,7 @@ struct InstantPaymentInfoView: View { .padding(.horizontal, 0) UIKitButton(.infoLight) { self.showInstantPaymentInfoPopover = true } + .frame(width: 15, height: 15) .popover(isPresented: $showInstantPaymentInfoPopover, arrowEdge: .leading ) { if UIDevice.isRunningOniPad { ScrollView {