Skip to content

Instantly share code, notes, and snippets.

@Bradysm
Last active July 25, 2020 14:12
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 Bradysm/b2bf9738f56fae205670061bbcc957b3 to your computer and use it in GitHub Desktop.
Save Bradysm/b2bf9738f56fae205670061bbcc957b3 to your computer and use it in GitHub Desktop.
Example of using the color manager within your application
import SwiftUI
struct SpotifyText: View {
var body: some View {
Text("Spotify Green")
.foregroundColor(ColorManager.spotifyGreen)
}
}
@bre7
Copy link

bre7 commented Jul 25, 2020

Tiny typo: missing " after Green

@Bradysm
Copy link
Author

Bradysm commented Jul 25, 2020

Thank you for letting me know! I’ll fix it right now!

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