Could someone please explain to me the difference between Foreground, Tint and Accent color?
Linguistically:
- Tint means shade
- Accent means bright colors
- Foreground means regular colors
Programmatically:
- What is Tint?
- Foreground is that primary color that changes the text/view color
- Accent color is the secondary color
Also, why does Accent not work in the code below?
Text("Accent Color")
.accentColor(.blue)
