Skip to content

Commit 05cb0ea

Browse files
author
hywax
committed
chore: change placeholder background color
1 parent 22d3430 commit 05cb0ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: components/service/Placeholder.vue

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
<div class="p-4 flex gap-4">
33
<div class="flex-shrink-0 flex">
44
<div class="self-center w-16 h-16 overflow-hidden rounded-2xl border border-black/5 animate-pulse">
5-
<div class="bg-fg-dimmed h-full w-full" />
5+
<div class="bg-fg/5 dark:bg-fg/10 h-full w-full" />
66
</div>
77
</div>
88
<div>
99
<h3 class="animate-pulse text-lg mt-1">
10-
<span class="inline-block min-h-[1em] w-[110px] flex-auto cursor-wait bg-fg-dimmed align-middle opacity-50 rounded" />
10+
<span class="inline-block min-h-[1em] w-[110px] flex-auto cursor-wait bg-fg/5 dark:bg-fg/10 align-middle opacity-50 rounded" />
1111
</h3>
1212
<p class="animate-pulse text-sm text-black/50">
13-
<span class="inline-block min-h-[1em] w-[160px] flex-auto cursor-wait bg-fg-dimmed align-middle opacity-50 rounded" />
13+
<span class="inline-block min-h-[1em] w-[160px] flex-auto cursor-wait bg-fg/5 dark:bg-fg/10 align-middle opacity-50 rounded" />
1414
</p>
1515
</div>
1616
</div>

0 commit comments

Comments
 (0)