style(chat-quick-access): update quick access item text color
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
v-for="(item, index) in itemList" :key="index" @click="sendReply(item)">
|
v-for="(item, index) in itemList" :key="index" @click="sendReply(item)">
|
||||||
<div class="flex items-center justify-center">
|
<div class="flex items-center justify-center">
|
||||||
<img v-if="item.icon" class="w-5 h-5 mr-[2px]" :src="item.icon" />
|
<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 }}
|
{{ item.title }}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user