changes for light theme

- fixed light colored text being too bright
- fixed the ripple effect being white on grey
This commit is contained in:
fourtf
2017-12-19 02:23:17 +01:00
parent 1a870685b0
commit f8e4d9a737
4 changed files with 26 additions and 7 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ RippleEffectLabel::RippleEffectLabel(BaseWidget *parent, int spacing)
this->hbox.addWidget(&this->label);
this->hbox.addSpacing(spacing);
this->setMouseEffectColor(QColor(255, 255, 255, 63));
// this->setMouseEffectColor(QColor(255, 255, 255, 63));
}
} // namespace widgets