mirror of
https://github.com/ivabus/gui
synced 2025-06-07 15:50:27 +03:00
Workshop modules has a black bg
This commit is contained in:
parent
3706f4e3cc
commit
2191416805
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue