Fixed Context Menu's copy icon
This commit is contained in:
parent
056eec2d13
commit
54b0e8a12b
|
@ -78,7 +78,7 @@ struct DetailedView: View {
|
|||
UIPasteboard.general.string = self.article.title
|
||||
}) {
|
||||
Text("Copy")
|
||||
Image(systemName: "copy")
|
||||
Image(systemName: "doc.on.doc")
|
||||
}}
|
||||
|
||||
Button("Paper URL") {
|
||||
|
|
Loading…
Reference in New Issue