diff --git a/MSG Desktop/ContentView.swift b/MSG Desktop/ContentView.swift index 43965c1..dcaf585 100644 --- a/MSG Desktop/ContentView.swift +++ b/MSG Desktop/ContentView.swift @@ -54,6 +54,7 @@ struct ContentView: View { ForEach(lines.indices, id: \.self) { index in Text(lines[index]) .font(.system(.body, design: .monospaced)) + .foregroundColor(.gray) .frame(maxWidth: .infinity, alignment: .leading) }