We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77d3398 commit db5d38aCopy full SHA for db5d38a
1 file changed
src/components/Placeholder/__snapshots__/Placeholder.test.jsx.snap
@@ -5,17 +5,17 @@ exports[`PlaceholderComponent renders correctly 1`] = `
5
class="placeholder"
6
>
7
<p
8
- class="bg-gray-100 font-sans overflow-hidden relative animate-pulse w-3/4"
+ class="bg-gray-100 dark:bg-gray-800 font-sans overflow-hidden relative animate-pulse w-3/4"
9
10
11
</p>
12
13
- class="bg-gray-100 font-sans overflow-hidden relative animate-pulse w-[85%]"
+ class="bg-gray-100 dark:bg-gray-800 font-sans overflow-hidden relative animate-pulse w-[85%]"
14
15
16
17
18
- class="bg-gray-100 font-sans overflow-hidden relative animate-pulse w-1/2"
+ class="bg-gray-100 dark:bg-gray-800 font-sans overflow-hidden relative animate-pulse w-1/2"
19
20
21
0 commit comments