From 752f92262a32702417b1ac0162a658549846e503 Mon Sep 17 00:00:00 2001 From: Max Goedjen Date: Sat, 13 Sep 2025 01:03:28 -0700 Subject: [PATCH] For copyable view too --- Sources/Secretive/Views/Views/CopyableView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Secretive/Views/Views/CopyableView.swift b/Sources/Secretive/Views/Views/CopyableView.swift index 5d5b431..69ad500 100644 --- a/Sources/Secretive/Views/Views/CopyableView.swift +++ b/Sources/Secretive/Views/Views/CopyableView.swift @@ -79,7 +79,7 @@ struct CopyableView: View { var copyButton: some View { switch interactionState { case .hovering: - Button(.copyableClickToCopyButton, systemImage: "document.on.document") { + Button(.copyableClickToCopyButton, systemImage: "doc.on.doc") { withAnimation { // Button will eat the click, so we set interaction state manually. interactionState = .clicking