From b2a7b19e0320321dff566bb1635d2b4485472565 Mon Sep 17 00:00:00 2001 From: dankito Date: Mon, 7 Sep 2020 16:59:53 +0200 Subject: [PATCH] Reduces space between text and button a bit --- .../BankingiOSApp/ui/views/InstantPaymentInfoView.swift | 1 + 1 file changed, 1 insertion(+) 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 {