From a706f26ef4e8b925b2b271b979f444d438813d37 Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Thu, 28 Nov 2024 17:43:00 +0530 Subject: [PATCH] fix: dark mode colors --- .../dashboard/components-next/message/bubbles/Text.vue | 2 +- .../dashboard/components-next/message/chips/Audio.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/javascript/dashboard/components-next/message/bubbles/Text.vue b/app/javascript/dashboard/components-next/message/bubbles/Text.vue index 8ee069140..8b84066f2 100644 --- a/app/javascript/dashboard/components-next/message/bubbles/Text.vue +++ b/app/javascript/dashboard/components-next/message/bubbles/Text.vue @@ -81,7 +81,7 @@ const recordings = computed(() => { diff --git a/app/javascript/dashboard/components-next/message/chips/Audio.vue b/app/javascript/dashboard/components-next/message/chips/Audio.vue index f7ed1c5f2..d6060d36e 100644 --- a/app/javascript/dashboard/components-next/message/chips/Audio.vue +++ b/app/javascript/dashboard/components-next/message/chips/Audio.vue @@ -104,7 +104,7 @@ const downloadAudio = () => { min="0" :max="duration" :value="currentTime" - class="w-full h-1 bg-n-slate-8 rounded-lg appearance-none cursor-pointer accent-current" + class="w-full h-1 bg-n-slate-12/40 rounded-lg appearance-none cursor-pointer accent-current" @input="seek" />