File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/lib/components/InferencePlayground Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 118
118
{@const [nameSpace , modelName ] = model .id .split (" /" )}
119
119
<button
120
120
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 '
122
122
: ' ' }"
123
123
on:mouseenter ={() => highlightRow (idx )}
124
124
on:click ={() => {
145
145
{@const idx = featuredModels .length + _idx }
146
146
<button
147
147
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 '
149
149
: ' ' }"
150
150
on:mouseenter ={() => highlightRow (idx )}
151
151
on:click ={() => {
You can’t perform that action at this time.
0 commit comments