This commit is contained in:
cheykrym 2025-12-13 02:25:09 +03:00
parent 70115c5bff
commit 2a12b1a00d

View File

@ -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) {