Skip to content

Commit 5d1cb3b

Browse files
authored
ui: paste button
1 parent c9223fe commit 5d1cb3b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

BDKSwiftExampleWallet/View/Send/AddressView.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,11 @@ struct CustomScannerView: View {
119119
Button(action: pasteAction) {
120120
Text("Paste Address")
121121
.padding()
122-
.foregroundColor(.primary)
123-
.background(Color.white.opacity(0.8))
122+
.foregroundColor(Color(uiColor: .label))
123+
.background(Color(uiColor: .systemBackground).opacity(0.5))
124124
.clipShape(Capsule())
125125
}
126-
.padding(.bottom, geometry.safeAreaInsets.bottom + 20)
126+
.padding(.bottom, geometry.safeAreaInsets.bottom + 40)
127127
}
128128
}
129129
}

0 commit comments

Comments
 (0)