mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 22:02:15 +01:00
use correct color value
This commit is contained in:
parent
31803b0104
commit
f2390a7c06
1 changed files with 1 additions and 1 deletions
|
|
@ -149,7 +149,7 @@ class ActionsQtModel(QtGui.QStandardItemModel):
|
|||
if "name" not in icon_def:
|
||||
icon_def = transparent_icon.copy()
|
||||
elif not icon_def.get("color"):
|
||||
icon_def["color"] = "#f5f5f5"
|
||||
icon_def["color"] = "#f4f5f5"
|
||||
|
||||
try:
|
||||
icon = get_qt_icon(icon_def)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue