2626 @apply animate-contentShow scroll-smooth max-h-[60vh ] w-[90vw ] sm:max-w-[800px ] rounded-lg focus:outline-none overflow-hidden text-base;
2727
2828 color : var (--tv-zinc-950 );
29- background-color : var ( --tv-zinc-50 ) ;
29+ background-color : # fff ;
3030 font-family : var (--tv-prop-brand-font-family );
3131
3232 & : not (.trieve-popup-modal ) {
@@ -225,7 +225,7 @@ body {
225225
226226 .chat-footer-wrapper {
227227 @apply sticky bottom-0 flex flex-col py-3 pb-0;
228- background-color : var ( --tv-zinc-50 ) ;
228+ background-color : # fff ;
229229 }
230230
231231 .clear-button {
@@ -239,7 +239,7 @@ body {
239239
240240 .trieve-footer {
241241 @apply sticky px-3 items-center bottom-[1px ] flex flex-col;
242- background-color : var ( --tv-zinc-50 ) ;
242+ background-color : # fff ;
243243 border-color : var (--tv-zinc-200 );
244244
245245 & .search {
@@ -438,10 +438,14 @@ body {
438438 }
439439
440440 .user {
441- @apply flex gap-1 text-center items-center my-5;
441+ @apply flex flex-row-reverse gap-1 text-center items-start;
442+
442443
443444 .user-text {
444- @apply text-left;
445+ @apply text-left px-5 py-2 rounded-xl;
446+
447+ color : var (--tv-zinc-50 );
448+ background-color : var (--tv-zinc-800 );
445449 }
446450 }
447451
@@ -597,7 +601,7 @@ body {
597601
598602 .ai-message {
599603 .message-wrapper {
600- @apply col-span-2 border-t pr-4;
604+ @apply col-span-2 pr-4;
601605 border-color : var (--tv-zinc-200 );
602606 }
603607
@@ -704,7 +708,7 @@ body {
704708 }
705709
706710 .followup-questions {
707- @apply text-sm flex flex-wrap gap-2;
711+ @apply text-sm flex flex-wrap gap-2 mt-4 ;
708712
709713 .followup-question {
710714 @apply p-2 text-left rounded-md border transition-all flex flex-row justify-start items-center gap-2;
@@ -810,7 +814,11 @@ body {
810814 }
811815
812816 & .inline-input {
813- @apply pl-2;
817+ @apply pl-2;
818+
819+ & : focus {
820+ background-color : # fff ;
821+ }
814822 }
815823
816824 & : focus {
0 commit comments