Reduces space between text and button a bit

This commit is contained in:
dankito 2020-09-07 16:59:53 +02:00
parent 184bd85a48
commit b2a7b19e03
1 changed files with 1 additions and 0 deletions

View File

@ -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 {