use correct color value

This commit is contained in:
Jakub Trllo 2025-04-22 17:00:08 +02:00
parent 31803b0104
commit f2390a7c06

View file

@ -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)