Skip to content

Commit e671960

Browse files
committed
change button icon
1 parent 4e1fdd1 commit e671960

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PicturesViewer/ButtonShare.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ struct ButtonShare: View {
1616
sheet.toggle()
1717

1818
}) {
19-
Label("Share photos", systemImage: "photo.fill")
19+
Label("Share photos", systemImage: "square.and.arrow.up")
2020
}
2121
}
2222
.sheet(isPresented: $sheet, content: {

ShareSheetPictures.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
import Foundation
88
import SwiftUI
9-
struct ShareSheetPictures : UIViewControllerRepresentable {
9+
struct ShareSheetPictures : UIViewControllerRepresentable {
1010

1111
var items : [UIImage]
1212

0 commit comments

Comments
 (0)