Hi
Theres colors to use in SwiftUI when developing iOS App such as first line, but when I try to use the other system color placeholderText I get the error "Type Color? has no member placeholderText" why ?
Text("Hello, World!").foregroundColor(.quaternaryLabel)