diff --git a/damus/Views/ChatView.swift b/damus/Views/ChatView.swift index 333d24b7..51d31551 100644 --- a/damus/Views/ChatView.swift +++ b/damus/Views/ChatView.swift @@ -126,7 +126,7 @@ struct ChatView: View { .padding(6) } .padding([.leading], 2) - .background(colorScheme == .light ? Color.secondary.opacity(0.1) : Color.secondary.opacity(0.25)) + .background(Color.secondary.opacity(0.1)) .cornerRadius(8.0) //.border(Color.red)