Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Thomas G. Lopes
commited on
Commit
·
8c44f70
1
Parent(s):
6ca8d92
lint
Browse files
src/lib/components/inference-playground/playground.svelte
CHANGED
@@ -126,7 +126,7 @@
|
|
126 |
<button
|
127 |
type="button"
|
128 |
onclick={() => (viewSettings = !viewSettings)}
|
129 |
-
class="flex h-[28px]!
|
130 |
>
|
131 |
<IconSettings />
|
132 |
{!viewSettings ? "Settings" : "Hide"}
|
|
|
126 |
<button
|
127 |
type="button"
|
128 |
onclick={() => (viewSettings = !viewSettings)}
|
129 |
+
class="flex h-[28px]! items-center gap-1 rounded-lg border border-gray-200 bg-white px-2 py-2.5 text-sm font-medium text-gray-900 hover:bg-gray-100 hover:text-blue-700 focus:z-10 focus:ring-4 focus:ring-gray-100 focus:outline-hidden md:hidden dark:border-gray-700 dark:bg-gray-800 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-white dark:focus:ring-gray-700"
|
130 |
>
|
131 |
<IconSettings />
|
132 |
{!viewSettings ? "Settings" : "Hide"}
|