diff --git a/assets/components/LogViewer/ContainerTitle.vue b/assets/components/LogViewer/ContainerTitle.vue
index 2a21e672..bdbd26af 100644
--- a/assets/components/LogViewer/ContainerTitle.vue
+++ b/assets/components/LogViewer/ContainerTitle.vue
@@ -16,7 +16,7 @@
{{ container.image.replace(/@sha.*/, "") }}
diff --git a/assets/components/LogViewer/LogViewer.vue b/assets/components/LogViewer/LogViewer.vue
index 1ec1a002..2613776d 100644
--- a/assets/components/LogViewer/LogViewer.vue
+++ b/assets/components/LogViewer/LogViewer.vue
@@ -5,7 +5,7 @@
:key="item.id"
:data-key="item.id"
:class="{ 'border border-secondary': toRaw(item) === toRaw(lastSelectedItem) }"
- class="flex break-words px-4 py-1 last:snap-end odd:bg-base-lighter/30"
+ class="flex break-words px-4 py-1 last:snap-end odd:bg-gray-400/[0.07]"
>
)",
"primary-focus": "hsl(var(--primary-focus-color) / )",
secondary: "hsl(var(--secondary-color) / )",
+ "secondary-focus": "hsl(var(--secondary-focus-color) / )",
},
},
},