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