mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-07-25 01:45:20 +00:00
Location Notes header: remove extra gap before #geohash (drop leading padding)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user