diff --git a/LDKNodeMonday/View/Home/Send/AddressView.swift b/LDKNodeMonday/View/Home/Send/AddressView.swift
index 6f02495..a7c2a2d 100644
--- a/LDKNodeMonday/View/Home/Send/AddressView.swift
+++ b/LDKNodeMonday/View/Home/Send/AddressView.swift
@@ -141,13 +141,13 @@ struct CustomScannerView: View {
                     Spacer()
 
                     Button(action: pasteAction) {
-                        Text("Paste Address")
+                        Text("Paste Payment")
                             .padding()
-                            .foregroundColor(.primary)
-                            .background(Color.white.opacity(0.8))
+                            .foregroundColor(Color(uiColor: .label))
+                            .background(Color(uiColor: .systemBackground).opacity(0.5))
                             .clipShape(Capsule())
                     }
-                    .padding(.bottom, geometry.safeAreaInsets.bottom + 20)
+                    .padding(.bottom, geometry.safeAreaInsets.bottom + 40)
                 }
             }
         }