mirror of https://github.com/langgenius/dify.git
fix(ui-tooltip): prevent popup className override
This commit is contained in:
parent
4b3dceeda1
commit
f5e32e533b
|
|
@ -16,7 +16,7 @@ export type TooltipContentProps = {
|
|||
className?: string
|
||||
popupClassName?: string
|
||||
variant?: TooltipContentVariant
|
||||
} & Omit<React.ComponentPropsWithoutRef<typeof BaseTooltip.Popup>, 'children'>
|
||||
} & Omit<React.ComponentPropsWithoutRef<typeof BaseTooltip.Popup>, 'children' | 'className'>
|
||||
|
||||
export function TooltipContent({
|
||||
children,
|
||||
|
|
|
|||
Loading…
Reference in New Issue