Tweak color + icon

This commit is contained in:
Roy Nieterau 2023-04-19 18:06:25 +02:00
parent 1a10e0fc74
commit fbc0430bb2

View file

@ -12,8 +12,8 @@ class RecreateRigAnimationInstance(InventoryAction):
"""Recreate animation publish instance for loaded rigs"""
label = "Recreate rig animation instance"
icon = "industry"
color = "#55DDAA"
icon = "wrench"
color = "#888888"
@staticmethod
def is_compatible(container):