Merge pull request #532 from dnicolson/fix-ios-contact-label-alignment

Fix iOS contact label alignment
This commit is contained in:
Arkadiusz Fal 2023-09-23 17:10:25 +02:00 committed by GitHub
commit 5fa69aadea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -211,7 +211,7 @@ struct SettingsView: View {
.resizable()
.renderingMode(.template)
.frame(maxWidth: 30, maxHeight: 30)
.padding(.trailing, 6)
Text("Discord Server")
}
}
@ -222,6 +222,7 @@ struct SettingsView: View {
.resizable()
.renderingMode(.template)
.frame(maxWidth: 30, maxHeight: 30)
.padding(.trailing, 6)
Text("Matrix Chat")
}
}