From 57f997d6cefc27524bfbad27cf83842fdc4ad971 Mon Sep 17 00:00:00 2001 From: Mamalizz Date: Thu, 17 Apr 2025 00:31:50 +0330 Subject: [PATCH] added link active and changed the logo --- frontend/components/global/Select.vue | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/frontend/components/global/Select.vue b/frontend/components/global/Select.vue index 5928786..b73afad 100644 --- a/frontend/components/global/Select.vue +++ b/frontend/components/global/Select.vue @@ -45,9 +45,7 @@ const classes = computed(() => { "input-solid": variant.value === "solid", "input-outlined": variant.value === "outlined", "input-effects": !error.value, - [variant.value === "solid" - ? "input-solid-error" - : "input-outlined-error"]: error.value, + [variant.value === "solid" ? "input-solid-error" : "input-outlined-error"]: error.value, }, triggerRootClass.value, ]; @@ -61,14 +59,17 @@ const classes = computed(() => { :disabled="disabled || loading" > - + { :side-offset="5" > - + { - + - + {{ option }}