File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff 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">
You can’t perform that action at this time.
0 commit comments