Location notes: render note bodies with monospaced font in notes list

This commit is contained in:
jack
2025-09-13 00:52:01 +02:00
parent 4a2d83ec78
commit abeab5ae94
+1
View File
@@ -73,6 +73,7 @@ struct LocationNotesView: View {
.foregroundColor(secondaryTextColor.opacity(0.8))
}
Text(note.content)
.font(.system(size: 14, design: .monospaced))
.fixedSize(horizontal: false, vertical: true)
}
.padding(.horizontal, 12)