Fixed a bug where the icon on the NewMessageScreen wasn't rendering

pull/1045/head
Morgan Pretty 6 months ago
parent 472fd61287
commit feafe02a6c

@ -148,7 +148,7 @@ struct EnterAccountIdScreen: View {
)
) {
ZStack {
Text("messageNewDescriptionMobile".localized().appending("\(Image(systemName: "questionmark.circle"))"))
(Text("messageNewDescriptionMobile".localized()) + Text(Image(systemName: "questionmark.circle")))
.font(.system(size: Values.verySmallFontSize))
.foregroundColor(themeColor: .textSecondary)
.multilineTextAlignment(.center)

Loading…
Cancel
Save