Skip to content

Instantly share code, notes, and snippets.

@alparslandev
Last active November 14, 2019 07:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alparslandev/d869f8a89443df184d4a9b5152a39496 to your computer and use it in GitHub Desktop.
Save alparslandev/d869f8a89443df184d4a9b5152a39496 to your computer and use it in GitHub Desktop.
Button("Button Name", color = Color.Green, onClick = {}) // Compose
Button("Button Name", action: {}).foregroundColor(Color.green) // SwiftUI
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment