| > | > | ||||
| <div className="flex items-center justify-center gap-[1px]"> | <div className="flex items-center justify-center gap-[1px]"> | ||||
| <op.opIcon className="h-3.5 w-3.5" /> | <op.opIcon className="h-3.5 w-3.5" /> | ||||
| <div className={`${runningStatus ? 'text-text-tertiary' : 'text-components-button-ghost-text-disabled'} system-xs-medium px-[3px]`}>{op.opName}</div> | |||||
| <div className={`${(runningStatus || !disabled) ? 'text-text-tertiary' : 'text-components-button-ghost-text-disabled'} system-xs-medium px-[3px]`}>{op.opName}</div> | |||||
| </div> | </div> | ||||
| </Tooltip> | </Tooltip> | ||||
| </Button> | </Button> |