Reduces space between text and button a bit
This commit is contained in:
parent
184bd85a48
commit
b2a7b19e03
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue