createaccount: ui: change color of copy icon
This commit is contained in:
committed by
William Casarin
parent
028cab9cf6
commit
0fc38e5c05
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user