diff --git a/packages/ui/src/Button.tsx b/packages/ui/src/Button.tsx index 8a610e47..17c59ca9 100644 --- a/packages/ui/src/Button.tsx +++ b/packages/ui/src/Button.tsx @@ -80,6 +80,7 @@ export type ButtonCommonProps = { outlineClassName?: string outline?: ButtonOutlineType tooltip?: string + tooltipColor?: TooltipProps['color'] active?: boolean truncate?: boolean } & (ButtonDisabledProps | ButtonNotDisabledProps) & @@ -191,6 +192,7 @@ export const Button = forwardRef( active, truncate = true, iconSize: propIconSize, + tooltipColor, ...rest }, ref, @@ -203,6 +205,7 @@ export const Button = forwardRef( return (