Chat visual updates
parent
9f847dd712
commit
4329d06867
|
@ -46,7 +46,7 @@
|
||||||
<Avatar
|
<Avatar
|
||||||
v-bind="chat.image ? { image: chat.image } : { label: chat.capName }"
|
v-bind="chat.image ? { image: chat.image } : { label: chat.capName }"
|
||||||
:class="{
|
:class="{
|
||||||
'bg-violet-100 text-violet-950': !chat.image
|
'!bg-primary-100 !text-primary-950': !chat.image
|
||||||
}"
|
}"
|
||||||
class="text-base font-medium flex"
|
class="text-base font-medium flex"
|
||||||
size="large"
|
size="large"
|
||||||
|
@ -93,7 +93,7 @@
|
||||||
<Avatar
|
<Avatar
|
||||||
v-bind="message.image ? { image: message.image } : { label: message.capName }"
|
v-bind="message.image ? { image: message.image } : { label: message.capName }"
|
||||||
:class="{
|
: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"
|
class="w-10 h-10 text-sm font-medium"
|
||||||
shape="circle"
|
shape="circle"
|
||||||
|
|
Loading…
Reference in New Issue