2020-01-18 SwiftUI で Text の色(フォントカラー)を指定する プログラミング・開発 foregroundColorを使う Text("▶").frame(width: 44, height: 44) .foregroundColor(.gray)