Spaces:
Running
Running
ui
Browse files
src/lib/components/model/SettingsModel.svelte
CHANGED
|
@@ -141,7 +141,7 @@
|
|
| 141 |
<article class="min-h-0 flex-1 overflow-y-auto">
|
| 142 |
{#if model}
|
| 143 |
<header
|
| 144 |
-
class="mb-4 flex items-center justify-between gap-3 border-b border-border bg-white px-
|
| 145 |
>
|
| 146 |
<div class="flex items-center justify-start gap-3">
|
| 147 |
<img
|
|
|
|
| 141 |
<article class="min-h-0 flex-1 overflow-y-auto">
|
| 142 |
{#if model}
|
| 143 |
<header
|
| 144 |
+
class="mb-4 flex items-center justify-between gap-3 border-b border-border bg-white px-5 py-3 dark:bg-gray-900/50"
|
| 145 |
>
|
| 146 |
<div class="flex items-center justify-start gap-3">
|
| 147 |
<img
|