Skip to content

Commit cb11409

Browse files
authored
docs: Fix TooltipRenderer formatting example (#1727)
1 parent 38acf15 commit cb11409

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/braid-design-system/src/lib/components/TooltipRenderer/TooltipRenderer.docs.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ const docs: ComponentDocs = {
169169
placement="bottom"
170170
tooltip={
171171
<Stack space="medium">
172-
<Text weight="strong">Strong text</Text>
172+
<Text size="large">Large text</Text>
173173
<Text>
174174
The quick brown fox jumps over the lazy dog. The quick brown
175175
fox jumps over the lazy dog. The quick brown fox jumps over
@@ -196,7 +196,7 @@ const docs: ComponentDocs = {
196196
placement="bottom"
197197
tooltip={
198198
<Stack space="medium">
199-
<Text weight="strong">Strong text</Text>
199+
<Text size="large">Large text</Text>
200200
<Text>
201201
The quick brown fox jumps over the lazy dog. The quick brown
202202
fox jumps over the lazy dog. The quick brown fox jumps over

0 commit comments

Comments
 (0)