@@ -17,18 +17,42 @@ const story = {
17
17
const Template : StoryFn < typeof Container > = ( args ) => {
18
18
return (
19
19
< Container { ...args } >
20
- < p > Random text to test the element width</ p >
21
- < p > Random text to test the element width</ p >
22
- < p > Random text to test the element width</ p >
23
- < p > Random text to test the element width</ p >
24
- < p > Random text to test the element width</ p >
25
- < p > Random text to test the element width</ p >
26
- < p > Random text to test the element width</ p >
27
- < p > Random text to test the element width</ p >
28
- < p > Random text to test the element width</ p >
29
- < p > Random text to test the element width</ p >
30
- < p > Random text to test the element width</ p >
31
- < p > Random text to test the element width</ p >
20
+ < p className = "text-foreground-primary" >
21
+ Random text to test the element width
22
+ </ p >
23
+ < p className = "text-foreground-primary" >
24
+ Random text to test the element width
25
+ </ p >
26
+ < p className = "text-foreground-primary" >
27
+ Random text to test the element width
28
+ </ p >
29
+ < p className = "text-foreground-primary" >
30
+ Random text to test the element width
31
+ </ p >
32
+ < p className = "text-foreground-primary" >
33
+ Random text to test the element width
34
+ </ p >
35
+ < p className = "text-foreground-primary" >
36
+ Random text to test the element width
37
+ </ p >
38
+ < p className = "text-foreground-primary" >
39
+ Random text to test the element width
40
+ </ p >
41
+ < p className = "text-foreground-primary" >
42
+ Random text to test the element width
43
+ </ p >
44
+ < p className = "text-foreground-primary" >
45
+ Random text to test the element width
46
+ </ p >
47
+ < p className = "text-foreground-primary" >
48
+ Random text to test the element width
49
+ </ p >
50
+ < p className = "text-foreground-primary" >
51
+ Random text to test the element width
52
+ </ p >
53
+ < p className = "text-foreground-primary" >
54
+ Random text to test the element width
55
+ </ p >
32
56
</ Container >
33
57
) ;
34
58
} ;
0 commit comments