mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
change colors
This commit is contained in:
parent
a852973e11
commit
017ec79552
1 changed files with 2 additions and 2 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue