diff --git a/src/Insight/UserInterfaces/InsightWindow/Stylesheets/InsightWindow.qss b/src/Insight/UserInterfaces/InsightWindow/Stylesheets/InsightWindow.qss index f266040f..27c68aa4 100644 --- a/src/Insight/UserInterfaces/InsightWindow/Stylesheets/InsightWindow.qss +++ b/src/Insight/UserInterfaces/InsightWindow/Stylesheets/InsightWindow.qss @@ -233,6 +233,7 @@ QScrollBar::sub-line:vertical { #bottom-menu-bar #ram-inspection-btn #ram-inspection-btn-label, #bottom-menu-bar #eeprom-inspection-btn #eeprom-inspection-btn-label { + color: #999a9d; margin-left: 5px; } diff --git a/src/Insight/UserInterfaces/InsightWindow/Widgets/RotatableLabel.cpp b/src/Insight/UserInterfaces/InsightWindow/Widgets/RotatableLabel.cpp index c3adc862..57b04bdf 100644 --- a/src/Insight/UserInterfaces/InsightWindow/Widgets/RotatableLabel.cpp +++ b/src/Insight/UserInterfaces/InsightWindow/Widgets/RotatableLabel.cpp @@ -13,7 +13,7 @@ namespace Bloom::Widgets painter.setClipRect(0, 0, containerSize.width(), containerSize.height()); painter.save(); painter.setPen(Qt::PenStyle::SolidLine); - painter.setPen(QColor(this->isEnabled() ? "#afb1b3" : "#808484")); + painter.setPen(QColor(this->isEnabled() ? "#999a9d" : "#808484")); painter.translate(std::ceil(containerSize.width() / 2), std::ceil(containerSize.height() / 2)); painter.rotate(this->angle); painter.drawText(