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)
|
.padding(.horizontal, 0)
|
||||||
|
|
||||||
UIKitButton(.infoLight) { self.showInstantPaymentInfoPopover = true }
|
UIKitButton(.infoLight) { self.showInstantPaymentInfoPopover = true }
|
||||||
|
.frame(width: 15, height: 15)
|
||||||
.popover(isPresented: $showInstantPaymentInfoPopover, arrowEdge: .leading ) {
|
.popover(isPresented: $showInstantPaymentInfoPopover, arrowEdge: .leading ) {
|
||||||
if UIDevice.isRunningOniPad {
|
if UIDevice.isRunningOniPad {
|
||||||
ScrollView {
|
ScrollView {
|
||||||
|
|
Loading…
Reference in New Issue