From b0408ade9cf77b40ff610b769959793ca8d00a42 Mon Sep 17 00:00:00 2001 From: Methapon2001 <61303214+Methapon2001@users.noreply.github.com> Date: Thu, 11 Apr 2024 18:08:02 +0700 Subject: [PATCH] fix: color --- src/components/SelectorList.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/SelectorList.vue b/src/components/SelectorList.vue index c5cc97a7..7fb48291 100644 --- a/src/components/SelectorList.vue +++ b/src/components/SelectorList.vue @@ -54,14 +54,14 @@ defineProps<{ .q-item { align-items: center; border-radius: var(--radius-3); - color: hsl(var(--text-mute)); + color: hsl(var(--stone-4-hsl)); border: 1px solid transparent; } .dot { height: 25px; width: 25px; - background-color: hsl(var(--text-mute)); + background-color: hsl(var(--stone-4-hsl)); color: white; border-radius: 50%; display: inline-flex;