Skip to content

Instantly share code, notes, and snippets.

@o-nnerb
Created June 24, 2021 02:31
Show Gist options
  • Save o-nnerb/7913a5583125dd1a638a1a17fcfe4113 to your computer and use it in GitHub Desktop.
Save o-nnerb/7913a5583125dd1a638a1a17fcfe4113 to your computer and use it in GitHub Desktop.
Example of properties linked to Color and Font
import SwiftUI
struct ContentView: View {
var body: some View {
Text("Hello World!")
.foregroundColor(.ds.primary.medium)
.font(.arial.medium.xxxl)
.lineSpacing(.medium)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment