Skip to content

Commit d06875e

Browse files
committed
chore: fix playground style
1 parent eba7927 commit d06875e

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

apps/docs/content/_components/loadercircular.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ It's important to properly set `aria-label` for screen readers to read proper in
4444

4545
## Playground
4646

47-
<Generate class="playground"/>
47+
<Generate class="playground" />
4848

4949
#tab-2
5050

apps/docs/content/_components/ratingbutton.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ The RatingButton uses hidden radio input elements to satisfy all keyboard functi
107107

108108
## Playground
109109

110-
<Generate style="height:400px" />
110+
<Generate class="playground" />
111111

112112
#tab-2
113113

apps/docs/content/_components/scrollable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ The previous and next buttons have `aria-label` attributes (`buttonPrevAriaLabel
8282

8383
## Playground
8484

85-
<Generate style="height: 500px" />
85+
<Generate class="playground" style="height: 600px;" />
8686

8787
#tab-2
8888

apps/docs/content/_components/textarea.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Textarea is multi-line input, so Return or Enter key inserts a line break.
9898

9999
## Playground
100100

101-
<Generate style="height: 600px;"/>
101+
<Generate class="playground" style="height: 800px;" />
102102

103103
#tab-2
104104

apps/docs/content/_components/thumbnail.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Similar to images, you can also pass an icon into the default slot.
104104

105105
## Playground
106106

107-
<Generate style="height: 450px" />
107+
<Generate class="playground" style="height: 500px;" />
108108

109109
#tab-2
110110

apps/docs/content/_components/tooltip.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ By default, this component sets `role="tooltip"`.
4141

4242
## Playground
4343

44-
<Generate />
44+
<Generate class="playground" />
4545

4646
#tab-2
4747

0 commit comments

Comments
 (0)