fix: Hidden delete button for playground chat messages

This commit is contained in:
Silentoplayz 2025-06-08 04:16:41 -04:00
parent 67e930e1d2
commit a6c7ddcb28

View File

@ -52,7 +52,7 @@
<div class=" pt-1">
<button
class=" group-hover:text-gray-500 dark:text-gray-900 dark:hover:text-gray-300 transition"
class=" group-hover:text-gray-500 dark:text-gray-500 dark:hover:text-gray-300 transition"
on:click={() => {
onDelete();
}}