Qt/NetPlayDialog: Change own chat message color to better suit dark themes

This commit is contained in:
Techjar 2018-07-12 06:34:06 -04:00
parent fc967908ea
commit d85dd287cf
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@ void NetPlayDialog::OnChat()
DisplayMessage(QStringLiteral("%1: %2").arg(QString::fromStdString(m_nickname).toHtmlEscaped(),
QString::fromStdString(msg).toHtmlEscaped()),
"blue");
"#1d6ed8");
});
}