Skip to content

Commit 67f0ff8

Browse files
committed
more darkmode
1 parent 5d92d04 commit 67f0ff8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/components/InferencePlayground/InferencePlaygroundModelSelectorModal.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
{@const [nameSpace, modelName] = model.id.split("/")}
119119
<button
120120
class="flex w-full cursor-pointer items-center px-2 py-1.5 text-sm {highlightIdx === idx
121-
? 'highlighted bg-gray-100 dark:bg-gray-700'
121+
? 'highlighted bg-gray-100 dark:bg-gray-800'
122122
: ''}"
123123
on:mouseenter={() => highlightRow(idx)}
124124
on:click={() => {
@@ -145,7 +145,7 @@
145145
{@const idx = featuredModels.length + _idx}
146146
<button
147147
class="flex w-full cursor-pointer items-center px-2 py-1.5 text-sm {highlightIdx === idx
148-
? 'highlighted bg-gray-100 dark:bg-gray-700'
148+
? 'highlighted bg-gray-100 dark:bg-gray-800'
149149
: ''}"
150150
on:mouseenter={() => highlightRow(idx)}
151151
on:click={() => {

0 commit comments

Comments
 (0)