mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-07-25 20:45:19 +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)")
|
Text("#\(geohash)")
|
||||||
.font(.system(size: 16, weight: .bold, design: .monospaced))
|
.font(.system(size: 16, weight: .bold, design: .monospaced))
|
||||||
.foregroundColor(textColor)
|
.foregroundColor(textColor)
|
||||||
.padding(.leading, 6)
|
|
||||||
}
|
}
|
||||||
if let buildingName = locationManager.locationNames[.building], !buildingName.isEmpty {
|
if let buildingName = locationManager.locationNames[.building], !buildingName.isEmpty {
|
||||||
Text(buildingName)
|
Text(buildingName)
|
||||||
|
|||||||
Reference in New Issue
Block a user