mirror of
https://github.com/langgenius/dify.git
synced 2026-05-13 08:57:28 +08:00
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
|
className?: string
|
||||||
popupClassName?: string
|
popupClassName?: string
|
||||||
variant?: TooltipContentVariant
|
variant?: TooltipContentVariant
|
||||||
} & Omit<React.ComponentPropsWithoutRef<typeof BaseTooltip.Popup>, 'children'>
|
} & Omit<React.ComponentPropsWithoutRef<typeof BaseTooltip.Popup>, 'children' | 'className'>
|
||||||
|
|
||||||
export function TooltipContent({
|
export function TooltipContent({
|
||||||
children,
|
children,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user