Skip to content

Commit a940513

Browse files
shootermvמשה וילנר
andauthored
test: add proper classes to container story (#410)
Co-authored-by: משה וילנר <moshe_v@malam-gemel.com>
1 parent 65fbf44 commit a940513

File tree

1 file changed

+36
-12
lines changed

1 file changed

+36
-12
lines changed

src/container/container.stories.tsx

Lines changed: 36 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,42 @@ const story = {
1717
const Template: StoryFn<typeof Container> = (args) => {
1818
return (
1919
<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>
3256
</Container>
3357
);
3458
};

0 commit comments

Comments
 (0)