Skip to content

Instantly share code, notes, and snippets.

@blsage
Last active October 19, 2020 21:24
Show Gist options
  • Save blsage/c5756d82f8a1124ea4b21cb0a931b772 to your computer and use it in GitHub Desktop.
Save blsage/c5756d82f8a1124ea4b21cb0a931b772 to your computer and use it in GitHub Desktop.
SwiftUI new colors
import SwiftUI
import iColor
struct ContentView: View {
var body: some View {
Color.neonBlue
Color.darkGray
Color.lightGreen
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment