Workshop modules has a black bg

This commit is contained in:
Thomas Smith 2022-12-19 16:47:02 -05:00
parent 3706f4e3cc
commit 2191416805

View file

@ -18,7 +18,7 @@
{#if courses.length}
<Posts posts={courses} />
{:else}
<section class="h-64 border border-gray p-4">
<section class="h-64 border bg-black border-gray p-4">
<Preloader />
</section>
{/if}