fix qt onboarding text color

pull/19881/head
Adeeb Shihadeh 2021-01-22 13:34:27 -08:00
parent 2b6149572a
commit 406ceb2ab2
1 changed files with 1 additions and 0 deletions

View File

@ -98,6 +98,7 @@ OnboardingWindow::OnboardingWindow(QWidget *parent) : QStackedWidget(parent) {
setStyleSheet(R"(
* {
color: white;
background-color: black;
}
QPushButton {