#150 - changed the default colour for empty states

This commit is contained in:
2022-06-07 11:53:40 +02:00
parent 4b06e6c02b
commit 2f84f2a066
3 changed files with 4 additions and 4 deletions

View File

@@ -52,7 +52,7 @@
</div>
</li>
<li v-if="! requests.length">
<EmptyState class="text-gray-700">
<EmptyState>
<template #head>
<CollectionIcon class="mx-auto w-12 h-12" />
</template>

View File

@@ -38,7 +38,7 @@
</li>
<li v-if="! requests.length">
<p class="py-2">
<EmptyState class="text-gray-700">
<EmptyState>
<template #head>
<CollectionIcon class="mx-auto w-12 h-12" />
</template>