From 78d4dc40a5741115066fb1c199ef2805b03a3b72 Mon Sep 17 00:00:00 2001 From: Mamalizz Date: Tue, 8 Apr 2025 23:28:38 +0330 Subject: [PATCH] added mobile style --- frontend/components/global/Select.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/components/global/Select.vue b/frontend/components/global/Select.vue index 459509b..5928786 100644 --- a/frontend/components/global/Select.vue +++ b/frontend/components/global/Select.vue @@ -40,7 +40,7 @@ const selectedValue = computed({ const classes = computed(() => { return [ - "flex items-center text-black justify-between cursor-text transition-all border-[1.5px] gap-3 grow-0 typo-label-md px-4 py-3.5 selection:bg-slate-100 rounded-100 flex-1 w-full outline-none", + "flex items-center text-black justify-between cursor-text transition-all border-[1.5px] gap-3 grow-0 typo-label-md px-4 py-2.5 lg:py-3.5 selection:bg-slate-100 rounded-md lg:rounded-100 flex-1 w-full outline-none", { "input-solid": variant.value === "solid", "input-outlined": variant.value === "outlined", @@ -68,7 +68,7 @@ const classes = computed(() => { :placeholder="placeholder" v-bind="$attrs" :class="selectedValue ? '!text-black' : 'text-slate-400'" - class="font-iran-yekan-x text-sm text-start placeholder-slate-400" + class="font-iran-yekan-x text-xs lg:text-sm text-start placeholder-slate-400" />