style(chat-quick-access): update quick access item text color

This commit is contained in:
DEV_DSW
2026-06-02 15:17:10 +08:00
parent 63470f279c
commit a024fccab7

View File

@@ -5,7 +5,7 @@
v-for="(item, index) in itemList" :key="index" @click="sendReply(item)">
<div class="flex items-center justify-center">
<img v-if="item.icon" class="w-5 h-5 mr-[2px]" :src="item.icon" />
<span class="text-[14px] text-[#2D91FF] leading-5">
<span class="text-[14px] text-[#0ccd58] leading-5">
{{ item.title }}
</span>
</div>