changed channel point messages color

This commit is contained in:
fourtf
2020-08-22 16:48:40 +02:00
parent eeb632d4ab
commit f3225275ea
2 changed files with 2 additions and 2 deletions
@@ -11,7 +11,7 @@ namespace {
QColor HighlightPhrase::FALLBACK_HIGHLIGHT_COLOR = QColor(127, 63, 73, 127);
QColor HighlightPhrase::FALLBACK_REDEEMED_HIGHLIGHT_COLOR =
QColor(28, 126, 141, 90);
QColor(28, 126, 141, 60);
QColor HighlightPhrase::FALLBACK_SUB_COLOR = QColor(196, 102, 255, 100);
bool HighlightPhrase::operator==(const HighlightPhrase &other) const