Skip to content

Instantly share code, notes, and snippets.

@apatronl
Created May 1, 2024 19:43
Show Gist options
  • Save apatronl/9965045ea71092cf9369e779edfaf762 to your computer and use it in GitHub Desktop.
Save apatronl/9965045ea71092cf9369e779edfaf762 to your computer and use it in GitHub Desktop.
import SwiftUI
struct ErrorView: View {
var body: some View {
Text("Something went wrong, please try sending your message again.")
.foregroundStyle(Color.red)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment