From 406ceb2ab2adcdc95cdf00b54ec2407070df5c44 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Fri, 22 Jan 2021 13:34:27 -0800 Subject: [PATCH] fix qt onboarding text color --- selfdrive/ui/qt/offroad/onboarding.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/selfdrive/ui/qt/offroad/onboarding.cc b/selfdrive/ui/qt/offroad/onboarding.cc index 3c88d571e9..a4caebebd3 100644 --- a/selfdrive/ui/qt/offroad/onboarding.cc +++ b/selfdrive/ui/qt/offroad/onboarding.cc @@ -98,6 +98,7 @@ OnboardingWindow::OnboardingWindow(QWidget *parent) : QStackedWidget(parent) { setStyleSheet(R"( * { + color: white; background-color: black; } QPushButton {