Skip to content

Commit 83ace5f

Browse files
fix ShadcnAutoTableTextCell tooltip text color
1 parent 88ed8c8 commit 83ace5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/src/auto/shadcn/table/cells/ShadcnAutoTableTextCell.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const makeShadcnAutoTableTextCell = (elements: ShadcnAutoTableTextCellEle
2121
<TooltipProvider>
2222
<Tooltip>
2323
{isOverflowed && (
24-
<TooltipContent className="max-w-[150px] max-h-[100px] overflow-y-auto overflow-x-hidden bg-background border border-neutral-300 shadow-md whitespace-normal break-words">
24+
<TooltipContent className="max-w-[150px] max-h-[100px] overflow-y-auto overflow-x-hidden bg-background border border-neutral-300 shadow-md whitespace-normal break-words text-foreground">
2525
{stringifiedValue}
2626
</TooltipContent>
2727
)}

0 commit comments

Comments
 (0)