forked from MSG/msg-desktop
FIX: forcing colour for text in case macos dark/light mode enabled
This commit is contained in:
parent
2b61760d94
commit
1a40bf1065
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue