Location Notes header: remove extra gap before #geohash (drop leading padding)

This commit is contained in:
jack
2025-09-13 22:50:01 +02:00
parent e855a2e40b
commit 08782f0196
-1
View File
@@ -64,7 +64,6 @@ struct LocationNotesView: View {
Text("#\(geohash)")
.font(.system(size: 16, weight: .bold, design: .monospaced))
.foregroundColor(textColor)
.padding(.leading, 6)
}
if let buildingName = locationManager.locationNames[.building], !buildingName.isEmpty {
Text(buildingName)