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)">
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user