💄 Added some more colors to the overview.svelte
This commit is contained in:
@@ -179,7 +179,7 @@
|
|||||||
<td
|
<td
|
||||||
class="py-4 px-6 text-sm text-gray-500 whitespace-nowrap dark:text-gray-400"
|
class="py-4 px-6 text-sm text-gray-500 whitespace-nowrap dark:text-gray-400"
|
||||||
>
|
>
|
||||||
<a href="/edit?quiz_id={quiz.id}">{$t('words.edit')}</a>
|
<a href="/edit?quiz_id={quiz.id}" class="border border-yellow-600">{$t('words.edit')}</a>
|
||||||
</td>
|
</td>
|
||||||
<td
|
<td
|
||||||
class="py-4 px-6 text-sm text-gray-500 whitespace-nowrap dark:text-gray-400"
|
class="py-4 px-6 text-sm text-gray-500 whitespace-nowrap dark:text-gray-400"
|
||||||
@@ -188,7 +188,7 @@
|
|||||||
on:click={() => {
|
on:click={() => {
|
||||||
deleteQuiz(quiz.id);
|
deleteQuiz(quiz.id);
|
||||||
}}
|
}}
|
||||||
class="border border-green-600"
|
class="border border-red-600"
|
||||||
>
|
>
|
||||||
{$t('words.delete')}
|
{$t('words.delete')}
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user