mirror of
https://github.com/yattee/yattee.git
synced 2024-11-10 00:08:21 +00:00
Fix iOS contact label alignment
This commit is contained in:
parent
2f10dc8368
commit
f935cc9cd8
@ -205,7 +205,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")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -216,6 +216,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…
Reference in New Issue
Block a user