1
0
mirror of git://jb55.com/damus synced 2024-10-06 11:43:21 +00:00

createaccount: ui: change color of copy icon

This commit is contained in:
ericholguin 2023-05-26 19:56:32 -06:00 committed by William Casarin
parent 028cab9cf6
commit 0fc38e5c05

View File

@ -188,7 +188,7 @@ struct SaveKeyView: View {
spacerBlock(width: 0, height: 0) spacerBlock(width: 0, height: 0)
Button(action: copy_text) { Button(action: copy_text) {
Label("", systemImage: is_copied ? "checkmark.circle.fill" : "doc.on.doc") Label("", systemImage: is_copied ? "checkmark.circle.fill" : "doc.on.doc")
.foregroundColor(is_copied ? .green : .white) .foregroundColor(is_copied ? .green : .gray)
.background { .background {
if is_copied { if is_copied {
Circle() Circle()