diff --git a/bitchat/Views/LocationNotesView.swift b/bitchat/Views/LocationNotesView.swift index d32dffd3..56e7b880 100644 --- a/bitchat/Views/LocationNotesView.swift +++ b/bitchat/Views/LocationNotesView.swift @@ -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)