[WIP] Fixing stuff in light/white theme (#723)

* fixed color in light/white them when a tab lights pink

* fixes background color of chatterino in white/light-themes

* Fixed emoji-button in light/white-theme

* added light/white-theme addsplit-button

* forgot to add the image-file
This commit is contained in:
apa420
2018-09-21 20:18:52 +02:00
committed by pajlada
parent a733b6975d
commit a3a7317e62
7 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -139,7 +139,7 @@ void SplitInput::updateEmoteButton()
text.replace("xD", QString::number(int(12 * scale)));
if (this->theme->isLightTheme()) {
text.replace("emote", "emote_dark");
text.replace("emote", "emoteDark");
}
this->ui_.emoteButton->getLabel().setText(text);