Skip to content

Commit db5d38a

Browse files
update snapshot
1 parent 77d3398 commit db5d38a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ exports[`PlaceholderComponent renders correctly 1`] = `
55
class="placeholder"
66
>
77
<p
8-
class="bg-gray-100 font-sans overflow-hidden relative animate-pulse w-3/4"
8+
class="bg-gray-100 dark:bg-gray-800 font-sans overflow-hidden relative animate-pulse w-3/4"
99
>
1010
 
1111
</p>
1212
<p
13-
class="bg-gray-100 font-sans overflow-hidden relative animate-pulse w-[85%]"
13+
class="bg-gray-100 dark:bg-gray-800 font-sans overflow-hidden relative animate-pulse w-[85%]"
1414
>
1515
 
1616
</p>
1717
<p
18-
class="bg-gray-100 font-sans overflow-hidden relative animate-pulse w-1/2"
18+
class="bg-gray-100 dark:bg-gray-800 font-sans overflow-hidden relative animate-pulse w-1/2"
1919
>
2020
 
2121
</p>

0 commit comments

Comments
 (0)