Update SF Symbols
This commit is contained in:
@ -59,7 +59,7 @@ struct FileContentView: View {
|
||||
}.foregroundStyle(.secondary)
|
||||
case .resource:
|
||||
VStack {
|
||||
Image(systemSymbol: .docQuestionmark)
|
||||
Image(systemSymbol: .questionmarkTextPage)
|
||||
.resizable()
|
||||
.aspectRatio(contentMode: .fit)
|
||||
.frame(width: iconSize)
|
||||
|
@ -10,7 +10,7 @@ struct FileToAddView: View {
|
||||
|
||||
var symbol: SFSymbol {
|
||||
if file.idAlreadyExists {
|
||||
return .docOnDoc
|
||||
return .documentOnDocument
|
||||
}
|
||||
if file.isSelected {
|
||||
return .checkmarkCircleFill
|
||||
|
@ -27,7 +27,7 @@ struct TextFileContentView: View {
|
||||
.textEditorStyle(.plain)
|
||||
.foregroundStyle(.primary)
|
||||
} else {
|
||||
Image(systemSymbol: .docText)
|
||||
Image(systemSymbol: .textDocument)
|
||||
.resizable()
|
||||
.aspectRatio(contentMode: .fit)
|
||||
.frame(width: 150)
|
||||
|
Reference in New Issue
Block a user