Label { Text("Here is some text, I just want to display the bubble image in Orange. Please help :) .") .font(.system(size: 16, weight: .light, design: .rounded)) .multilineTextAlignment(.center) } icon: { Image(systemName: "questionmark.bubble") .foregroundColor(.orange) }