Skip to content

Commit

Permalink
fix(docs): add text color to Tooltip Primitive example (#3893)
Browse files Browse the repository at this point in the history
  • Loading branch information
serifluous authored May 7, 2024
1 parent dfb08d5 commit f57a44d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f57a44d

Please sign in to comment.