mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-08-29 07:27:16 +00:00
Location Notes header: remove extra gap before #geohash (drop leading padding)
This commit is contained in:
parent
e855a2e40b
commit
08782f0196
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user