more darkmode
Browse files
src/lib/components/InferencePlayground/InferencePlaygroundModelSelectorModal.svelte
CHANGED
@@ -115,7 +115,7 @@
|
|
115 |
{@const [nameSpace, modelName] = model.id.split("/")}
|
116 |
<button
|
117 |
class="flex w-full cursor-pointer items-center px-2 py-1.5 text-sm {highlightIdx === idx
|
118 |
-
? 'highlighted bg-gray-100 dark:bg-gray-
|
119 |
: ''}"
|
120 |
on:mouseenter={() => highlightRow(idx)}
|
121 |
on:click={() => {
|
@@ -142,7 +142,7 @@
|
|
142 |
{@const idx = featuredModels.length + _idx}
|
143 |
<button
|
144 |
class="flex w-full cursor-pointer items-center px-2 py-1.5 text-sm {highlightIdx === idx
|
145 |
-
? 'highlighted bg-gray-100 dark:bg-gray-
|
146 |
: ''}"
|
147 |
on:mouseenter={() => highlightRow(idx)}
|
148 |
on:click={() => {
|
|
|
115 |
{@const [nameSpace, modelName] = model.id.split("/")}
|
116 |
<button
|
117 |
class="flex w-full cursor-pointer items-center px-2 py-1.5 text-sm {highlightIdx === idx
|
118 |
+
? 'highlighted bg-gray-100 dark:bg-gray-800'
|
119 |
: ''}"
|
120 |
on:mouseenter={() => highlightRow(idx)}
|
121 |
on:click={() => {
|
|
|
142 |
{@const idx = featuredModels.length + _idx}
|
143 |
<button
|
144 |
class="flex w-full cursor-pointer items-center px-2 py-1.5 text-sm {highlightIdx === idx
|
145 |
+
? 'highlighted bg-gray-100 dark:bg-gray-800'
|
146 |
: ''}"
|
147 |
on:mouseenter={() => highlightRow(idx)}
|
148 |
on:click={() => {
|