Last active
October 19, 2020 21:24
-
-
Save blsage/c5756d82f8a1124ea4b21cb0a931b772 to your computer and use it in GitHub Desktop.
SwiftUI new colors
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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