Skip to content

Instantly share code, notes, and snippets.

@kamimi01
Last active February 19, 2022 07:58
Show Gist options
  • Save kamimi01/238580c4f4518db02381d070f527fe15 to your computer and use it in GitHub Desktop.
Save kamimi01/238580c4f4518db02381d070f527fe15 to your computer and use it in GitHub Desktop.
VStack {
Image("icon")
.resizable()
.scaledToFit()
Text("xxxxxxxxxxx")
.foregroundColor(Color(red: 0 / 255, green: 123 / 255, blue: 251 / 255))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment