patch
This commit is contained in:
parent
70115c5bff
commit
2a12b1a00d
@ -375,6 +375,11 @@ struct SettingsView: View {
|
||||
@ViewBuilder
|
||||
private var aboutSection: some View {
|
||||
if let _ = messengerProfile {
|
||||
Section(
|
||||
header: Spacer()
|
||||
.frame(height: 16)
|
||||
.listRowInsets(EdgeInsets())
|
||||
){
|
||||
card {
|
||||
VStack(spacing: 0) {
|
||||
infoRow(
|
||||
@ -401,6 +406,7 @@ struct SettingsView: View {
|
||||
.listRowBackground(Color.clear)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
private func infoRow(icon: String? = nil, title: String, value: String) -> some View {
|
||||
HStack(alignment: .top, spacing: 12) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user