style: change border color to neutral

This commit is contained in:
p-sw 2024-05-26 20:12:55 +09:00
parent 22a40b325c
commit 6f23de92e7

View File

@ -56,7 +56,7 @@ const Tooltip = React.forwardRef<HTMLDivElement, TooltipProps>((props, ref) => {
const tooltipContentColors = { const tooltipContentColors = {
background: "bg-white dark:bg-black", background: "bg-white dark:bg-black",
border: "border-black/10 dark:border-white/20", border: "border-neutral-200 dark:border-neutral-700",
}; };
const [tooltipContentVariant, resolveTooltipContentVariantProps] = vcn({ const [tooltipContentVariant, resolveTooltipContentVariantProps] = vcn({