mirror of
https://github.com/yattee/yattee.git
synced 2025-04-28 16:00:33 +05:30
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()
|
.resizable()
|
||||||
.renderingMode(.template)
|
.renderingMode(.template)
|
||||||
.frame(maxWidth: 30, maxHeight: 30)
|
.frame(maxWidth: 30, maxHeight: 30)
|
||||||
|
.padding(.trailing, 6)
|
||||||
Text("Discord Server")
|
Text("Discord Server")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -222,6 +222,7 @@ struct SettingsView: View {
|
|||||||
.resizable()
|
.resizable()
|
||||||
.renderingMode(.template)
|
.renderingMode(.template)
|
||||||
.frame(maxWidth: 30, maxHeight: 30)
|
.frame(maxWidth: 30, maxHeight: 30)
|
||||||
|
.padding(.trailing, 6)
|
||||||
Text("Matrix Chat")
|
Text("Matrix Chat")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user