Chat visual updates

pull/6011/head
Cagatay Civici 2024-07-01 15:53:01 +03:00
parent 9f847dd712
commit 4329d06867
1 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@
<Avatar
v-bind="chat.image ? { image: chat.image } : { label: chat.capName }"
:class="{
'bg-violet-100 text-violet-950': !chat.image
'!bg-primary-100 !text-primary-950': !chat.image
}"
class="text-base font-medium flex"
size="large"
@ -93,7 +93,7 @@
<Avatar
v-bind="message.image ? { image: message.image } : { label: message.capName }"
:class="{
'bg-blue-100 text-blue-950': !message.image
'bg-primary-100 text-primary-950': !message.image
}"
class="w-10 h-10 text-sm font-medium"
shape="circle"