mirror of
https://github.com/yattee/yattee.git
synced 2024-11-12 17:18:22 +00:00
Merge pull request #532 from dnicolson/fix-ios-contact-label-alignment
Fix iOS contact label alignment
This commit is contained in:
commit
5fa69aadea
@ -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")
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user