Skip to content

Commit

Permalink
chore: change placeholder background color
Browse files Browse the repository at this point in the history
  • Loading branch information
hywax committed Jan 31, 2024
1 parent 22d3430 commit 05cb0ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/service/Placeholder.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<div class="p-4 flex gap-4">
<div class="flex-shrink-0 flex">
<div class="self-center w-16 h-16 overflow-hidden rounded-2xl border border-black/5 animate-pulse">
<div class="bg-fg-dimmed h-full w-full" />
<div class="bg-fg/5 dark:bg-fg/10 h-full w-full" />
</div>
</div>
<div>
<h3 class="animate-pulse text-lg mt-1">
<span class="inline-block min-h-[1em] w-[110px] flex-auto cursor-wait bg-fg-dimmed align-middle opacity-50 rounded" />
<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" />
</h3>
<p class="animate-pulse text-sm text-black/50">
<span class="inline-block min-h-[1em] w-[160px] flex-auto cursor-wait bg-fg-dimmed align-middle opacity-50 rounded" />
<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" />
</p>
</div>
</div>
Expand Down

0 comments on commit 05cb0ea

Please sign in to comment.