Skip to content

Commit

Permalink
ui: paste button
Browse files Browse the repository at this point in the history
  • Loading branch information
reez authored Sep 1, 2024
1 parent 886343a commit ddb1cee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions LDKNodeMonday/View/Home/Send/AddressView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
}
}
Expand Down

0 comments on commit ddb1cee

Please sign in to comment.