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

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

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

Loading…
Cancel
Save