Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
border dark
Browse files
src/lib/components/InferencePlayground/InferencePlaygroundConversationHeader.svelte
CHANGED
|
@@ -63,13 +63,13 @@
|
|
| 63 |
>{conversation.model.id}</button
|
| 64 |
>
|
| 65 |
<button
|
| 66 |
-
class="flex size-6 items-center justify-center rounded
|
| 67 |
on:click={() => dispatch("close", conversation.model.id)}
|
| 68 |
>
|
| 69 |
✕
|
| 70 |
</button>
|
| 71 |
<button
|
| 72 |
-
class="group relative flex size-6 items-center justify-center rounded
|
| 73 |
>
|
| 74 |
<IconCog />
|
| 75 |
<GenerationConfig
|
|
|
|
| 63 |
>{conversation.model.id}</button
|
| 64 |
>
|
| 65 |
<button
|
| 66 |
+
class="borderdark:border-white/5 flex size-6 items-center justify-center rounded bg-gray-50 text-xs hover:bg-gray-100 dark:bg-gray-700 dark:hover:bg-gray-600"
|
| 67 |
on:click={() => dispatch("close", conversation.model.id)}
|
| 68 |
>
|
| 69 |
✕
|
| 70 |
</button>
|
| 71 |
<button
|
| 72 |
+
class="borderdark:border-white/5 group relative flex size-6 items-center justify-center rounded bg-gray-50 hover:bg-gray-100 dark:bg-gray-700 dark:hover:bg-gray-600"
|
| 73 |
>
|
| 74 |
<IconCog />
|
| 75 |
<GenerationConfig
|