Location notes: change notes toolbar icon to SF Symbol 'long.text.page.and.pencil'

This commit is contained in:
jack
2025-09-13 11:27:46 +02:00
parent 46ca37ceaa
commit 939adcf1cb
+1 -1
View File
@@ -1185,7 +1185,7 @@ struct ContentView: View {
showLocationNotes = true
}) {
HStack(spacing: 4) {
Image(systemName: "note.text")
Image(systemName: "long.text.page.and.pencil")
.font(.system(size: 12))
.foregroundColor(Color(hue: 0.60, saturation: 0.85, brightness: 0.82))
if let c = notesCounter.count {