change colors

This commit is contained in:
iLLiCiTiT 2022-11-07 23:20:29 +01:00
parent a852973e11
commit 017ec79552

View file

@ -1718,10 +1718,10 @@ class CreateNextPageOverlay(QtWidgets.QWidget):
super(CreateNextPageOverlay, self).__init__(parent)
self.setCursor(QtCore.Qt.PointingHandCursor)
self._arrow_color = (
get_objected_colors("bg-buttons").get_qcolor()
get_objected_colors("font").get_qcolor()
)
self._bg_color = (
get_objected_colors("publisher", "tab-bg").get_qcolor()
get_objected_colors("bg-buttons").get_qcolor()
)
change_anim = QtCore.QVariantAnimation()