Skip to content

Commit 1711e02

Browse files
committed
Fix Model Zoo UI: adjust search icon spacing and update grid background
1 parent 59f21e7 commit 1711e02

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

model_data.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/model-zoo-vue.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ const ModelListView = {
255255
placeholder="Search by name, description, or ID..."
256256
class="w-full px-6 py-3 pl-12 text-gray-700 bg-white border border-gray-300 rounded-lg focus:outline-none focus:border-brand-primary focus:ring-2 focus:ring-brand-primary/20 transition-colors"
257257
>
258-
<svg class="absolute left-4 top-1/2 transform -translate-y-1/2 w-5 h-5 text-gray-400" fill="none" stroke="currentColor" viewBox="0 0 24 24">
258+
<svg class="absolute left-5 top-1/2 transform -translate-y-1/2 w-5 h-5 text-gray-400" fill="none" stroke="currentColor" viewBox="0 0 24 24">
259259
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"></path>
260260
</svg>
261261
<button
@@ -281,7 +281,7 @@ const ModelListView = {
281281
</section>
282282
283283
<!-- Models Grid -->
284-
<section class="py-16 bg-white">
284+
<section class="py-16 bg-brand-dark/15">
285285
<div class="container mx-auto px-4">
286286
<div v-if="filteredModels.length === 0" class="text-center py-12">
287287
<svg class="w-16 h-16 mx-auto text-gray-400 mb-4" fill="none" stroke="currentColor" viewBox="0 0 24 24">

0 commit comments

Comments
 (0)