Skip to content

Commit

Permalink
docs: Fix TooltipRenderer formatting example
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhabib committed Mar 4, 2025
1 parent be8be0c commit 9c4f496
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ const docs: ComponentDocs = {
placement="bottom"
tooltip={
<Stack space="medium">
<Text weight="strong">Strong text</Text>
<Text size="large">Large text</Text>
<Text>
The quick brown fox jumps over the lazy dog. The quick brown
fox jumps over the lazy dog. The quick brown fox jumps over
Expand All @@ -196,7 +196,7 @@ const docs: ComponentDocs = {
placement="bottom"
tooltip={
<Stack space="medium">
<Text weight="strong">Strong text</Text>
<Text size="large">Large text</Text>
<Text>
The quick brown fox jumps over the lazy dog. The quick brown
fox jumps over the lazy dog. The quick brown fox jumps over
Expand Down

0 comments on commit 9c4f496

Please sign in to comment.