diff --git a/client/ayon_core/tools/sceneinventory/select_version_dialog.py b/client/ayon_core/tools/sceneinventory/select_version_dialog.py index b4ec06511c..c21ddf51b8 100644 --- a/client/ayon_core/tools/sceneinventory/select_version_dialog.py +++ b/client/ayon_core/tools/sceneinventory/select_version_dialog.py @@ -140,7 +140,7 @@ class SelectVersionComboBox(QtWidgets.QComboBox): icon = get_qt_icon({ "type": "material-symbols", "name": version_option.status_icon, - "color": QtGui.QColor(version_option.status_color) + "color": version_option.status_color }) icons_by_name[version_option.status_icon] = icon