update background color for buttons to be always normal-dark background color

This commit is contained in:
Samidy 2025-12-09 16:42:57 +03:00
parent c11d628228
commit 768f596820

View file

@ -191,7 +191,7 @@ const toggleCard = () => (isCardShown.value = !isCardShown.value)
<button <button
v-for="item in feedbackOptions" v-for="item in feedbackOptions"
:key="item.value" :key="item.value"
class="bg-$vp-c-bg border-$vp-c-default-soft hover:border-primary mt-2 select-none rounded border-2 border-solid font-bold transition-all duration-250 rounded-lg text-[14px] font-500 leading-normal m-0 px-3 py-1.5 text-center align-middle whitespace-nowrap" class="bg-[#25262B] border-$vp-c-default-soft hover:border-primary mt-2 select-none rounded border-2 border-solid font-bold transition-all duration-250 rounded-lg text-[14px] font-500 leading-normal m-0 px-3 py-1.5 text-center align-middle whitespace-nowrap"
@click="handleSubmit(item.value)" @click="handleSubmit(item.value)"
> >
<span>{{ item.label }}</span> <span>{{ item.label }}</span>