Skip to content

Instantly share code, notes, and snippets.

@kamimi01
Last active February 19, 2022 07:59
Show Gist options
  • Save kamimi01/46723998fd3398de13313436a05c75c8 to your computer and use it in GitHub Desktop.
Save kamimi01/46723998fd3398de13313436a05c75c8 to your computer and use it in GitHub Desktop.
Button(action: {
// do something
}) {
HStack {
Image("icon")
.resizable()
.scaledToFit()
Text("xxxxxxxxxxxxxxxx")
.foregroundColor(Color(red: 0 / 255, green: 123 / 255, blue: 251 / 255))
}
}
@kamimi01
Copy link
Author

noteの記事用

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment