Fix avatar service not returning generated image on network error. Fix padding and make nav buttons private.

This commit is contained in:
David Langley
2021-08-12 13:49:56 +01:00
parent 4b639c3937
commit e7ed51c4df
3 changed files with 16 additions and 9 deletions
@@ -36,7 +36,9 @@ struct RoomNotificationSettingsHeaderView: View {
}
}
Spacer()
}.padding(.top, 36)
}
.padding(.top, 36)
.padding(.bottom, 20)
}
}