diff --git a/packages/paste-website/src/component-examples/TooltipPrimitiveExamples.ts b/packages/paste-website/src/component-examples/TooltipPrimitiveExamples.ts index 3f3862af8b..53672f42a7 100644 --- a/packages/paste-website/src/component-examples/TooltipPrimitiveExamples.ts +++ b/packages/paste-website/src/component-examples/TooltipPrimitiveExamples.ts @@ -10,6 +10,7 @@ const StyledTooltip = React.forwardRef(({ style, element, ...props }, ref) => { borderStyle="solid" borderWidth="borderWidth10" borderColor="colorBorderInverse" + color="colorText" maxWidth="size50" paddingX="space30" paddingY="space20"