Your First iOS & SwiftUI App: Polishing the App, Episode 5: Challenge: Colors & Dark Mode | Kodeco

Try adding a new color to the asset catalogue for the text views, and then apply that to all the views in the app.


This is a companion discussion topic for the original entry at https://www.kodeco.com/38052670-your-first-ios-swiftui-app-polishing-the-app/lessons/5

Anyone else having issues with the “text vanishing”, you might want to check the case you named your Color Set. I named mine “textColor” but Catie’s sample code reads “TextColor” and if you happen to be slow and have ADHD like me, you might overlook the case of the text you’re entering and spend 30 minutes troubleshooting it and commenting out the code line by line till you figure out you’re dumb and you miscased the “TextColor” the way it needed to be. :smiley: