feat: Update conversation messages screen UI (#12975)
This commit is contained in:
@@ -58,7 +58,7 @@ const statusColor = computed(() => {
|
||||
const statusIconMap = {
|
||||
[MESSAGE_STATUS.SENT]: 'text-n-slate-10',
|
||||
[MESSAGE_STATUS.DELIVERED]: 'text-n-slate-10',
|
||||
[MESSAGE_STATUS.READ]: 'text-[#7EB6FF]',
|
||||
[MESSAGE_STATUS.READ]: 'text-n-blue-11',
|
||||
};
|
||||
|
||||
return statusIconMap[status];
|
||||
|
||||
Reference in New Issue
Block a user