More tweaks to Insight colours

This commit is contained in:
Nav
2021-09-23 21:15:24 +01:00
parent c428cff5a1
commit 0d6e4366d7
5 changed files with 13 additions and 13 deletions

View File

@@ -12,7 +12,7 @@ namespace Bloom::Widgets::InsightTargetWidgets::Qfp
private:
// These properties can be modified via Qt style sheets (see Stylesheets/QuadFlatPackage.qss)
QColor bodyColor = QColor("#908D85");
QColor bodyColor = QColor("#8E8B83");
int disableAlphaLevel = 100;
protected: