From 60beb85bb1899c89806aeea8a6605d201c70a39c Mon Sep 17 00:00:00 2001 From: Amir Raminfar Date: Fri, 22 Sep 2023 11:30:38 -0700 Subject: [PATCH] fix: improves colors in light mode --- assets/components/LogViewer/ContainerTitle.vue | 2 +- assets/components/LogViewer/LogViewer.vue | 2 +- assets/main.css | 3 ++- tailwind.config.ts | 1 + 4 files changed, 5 insertions(+), 3 deletions(-) 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) / )", }, }, },