Browse Source

fix: Hidden delete button for playground chat messages

Silentoplayz 4 months ago
parent
commit
a6c7ddcb28
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/components/playground/Chat/Message.svelte

+ 1 - 1
src/lib/components/playground/Chat/Message.svelte

@@ -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();
 			}}