|
|
|
|
@ -101,7 +101,7 @@ const Tooltip: FC<TooltipProps> = ({
|
|
|
|
|
>
|
|
|
|
|
{popupContent && (<div
|
|
|
|
|
className={cn(
|
|
|
|
|
!noDecoration && 'system-xs-regular relative break-words rounded-md bg-components-panel-bg px-3 py-2 text-text-tertiary shadow-lg',
|
|
|
|
|
!noDecoration && 'system-xs-regular relative max-w-[300px] break-words rounded-md bg-components-panel-bg px-3 py-2 text-left text-text-tertiary shadow-lg',
|
|
|
|
|
popupClassName,
|
|
|
|
|
)}
|
|
|
|
|
onMouseEnter={() => triggerMethod === 'hover' && setHoverPopup()}
|
|
|
|
|
|