File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/components/Placeholder/__snapshots__ Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments