Skip to content

Commit ae03773

Browse files
committed
test(Container): update snapshots after Tailwind migration
1 parent 6cb5b9b commit ae03773

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/Container/__snapshots__/Container.test.jsx.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
exports[`Container renders correctly with children and className 1`] = `
44
<div
5-
class="container test-class"
5+
class="w-full max-w-[1024px] mx-auto test-class"
66
>
77
<p>
88
Child content
@@ -12,7 +12,7 @@ exports[`Container renders correctly with children and className 1`] = `
1212

1313
exports[`Container renders correctly without className 1`] = `
1414
<div
15-
class="container "
15+
class="w-full max-w-[1024px] mx-auto "
1616
>
1717
<span>
1818
Simple child

0 commit comments

Comments
 (0)