Adjusted font color of bottom annotation items
This commit is contained in:
@@ -55,7 +55,8 @@ namespace Bloom::Widgets
|
|||||||
}
|
}
|
||||||
|
|
||||||
[[nodiscard]] virtual QColor getLabelFontColor() const {
|
[[nodiscard]] virtual QColor getLabelFontColor() const {
|
||||||
return QColor(0x8A, 0x8A, 0x8D);
|
return QColor(0x68, 0x68, 0x68);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user