Fix badge highlights using the same color (#3134)

Co-authored-by: Paweł <zneix@zneix.eu>
This commit is contained in:
Tal Neoran
2021-08-07 12:30:56 +03:00
committed by GitHub
parent cd7758a28e
commit 5cb1022ccf
2 changed files with 2 additions and 1 deletions
@@ -195,7 +195,7 @@ HighlightingPage::HighlightingPage()
}
getSettings()->highlightedBadges.append(HighlightBadge{
s->badgeName(), s->displayName(), false, false, "",
ColorProvider::instance().color(
*ColorProvider::instance().color(
ColorType::SelfHighlight)});
}
});