File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/src/routes/main/widgets Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8484 {#each store .history as bubble (bubble .created_at )}
8585 {#if bubble .role !== ' user' }
8686 <div class =" grid grid-cols-[auto_1fr] gap-2" >
87- <Avatar name ={bubble .role } size =" size-12" classes =" preset-filled-primary-900-100 " >
87+ <Avatar name ={bubble .role } size =" size-12" classes =" preset-filled-primary-500 " >
8888 <Bot size =" 28" />
8989 </Avatar >
9090 <div
100100 {:else }
101101 <div class =" grid grid-cols-[1fr_auto] gap-2" >
102102 <div
103- class =" card pt-4 pl-4 pr-4 pb-2 preset-filled-primary-500 rounded-tr-none rounded-br-none space-y-2"
103+ class =" card pt-4 pl-4 pr-4 pb-2 preset-filled-primary-50-950 rounded-tr-none rounded-br-none space-y-2"
104104 >
105105 <header class =" flex justify-between items-center" >
106106 <p class ="font-bold" >{$_ (' aisprite.chat_me' )}</p >
You can’t perform that action at this time.
0 commit comments