Skip to content

Instantly share code, notes, and snippets.

@BLCKBIRDS
Last active August 9, 2019 09:33
Show Gist options
  • Save BLCKBIRDS/c7a3dc47b181751f066a89996bb170a7 to your computer and use it in GitHub Desktop.
Save BLCKBIRDS/c7a3dc47b181751f066a89996bb170a7 to your computer and use it in GitHub Desktop.
import SwiftUI
struct ContentView : View {
var body: some View {
HStack {
Text("ADD TO CART")
.font(.custom("Avenir-Medium", size: 20))
.foregroundColor(.black)
Image(systemName: "cart")
.foregroundColor(.black)
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment