Adjusted font color of bottom annotation items

This commit is contained in:
Nav
2021-12-25 03:50:08 +00:00
parent b0b99c2dde
commit ce39c9694c

View File

@@ -55,7 +55,8 @@ namespace Bloom::Widgets
}
[[nodiscard]] virtual QColor getLabelFontColor() const {
return QColor(0x8A, 0x8A, 0x8D);
return QColor(0x68, 0x68, 0x68);
}
}
};
}