@@ -1551,7 +1551,7 @@ body {
15511551 }
15521552
15531553 label {
1554- @apply tv-cursor-pointer tv-text-sm ;
1554+ @apply tv-cursor-pointer;
15551555 }
15561556 }
15571557
@@ -1568,15 +1568,15 @@ body {
15681568 & [data-prev-complete = "false" ] {
15691569 .trieve-inference-filters-step-header {
15701570 .trieve-inference-filters-step-number {
1571- background-color : var ( --tv-zinc-400 ) ;
1571+ background-color : # 86868b ;
15721572 }
15731573
15741574 .trieve-inference-filters-step-title {
1575- color : var ( --tv-zinc-400 ) ;
1575+ color : # 86868b ;
15761576 }
15771577
15781578 .trieve-inference-filters-step-description {
1579- color : var ( --tv-zinc-400 ) ;
1579+ color : # 86868b ;
15801580 }
15811581 }
15821582 }
@@ -1590,12 +1590,12 @@ body {
15901590 }
15911591
15921592 .trieve-inference-filters-step-title {
1593- @apply tv-text-lg tv-font-medium ;
1593+ @apply tv-text-xl tv-font-bold ;
15941594 }
15951595 }
15961596
15971597 .trieve-inference-filters-step-description {
1598- @apply tv-mt-0.5 tv-text-gray-500 ;
1598+ @apply tv-mt-0.5 tv-text-[ # 86868b ] tv-font-bold ;
15991599 }
16001600
16011601 .trieve-inference-filters-step-input-container {
@@ -1606,7 +1606,7 @@ body {
16061606 }
16071607
16081608 .trieve-image-input-container {
1609- @apply tv-border-dashed tv-border-2 tv-rounded-lg tv-px-2 tv-py-4 tv-mt-4 tv-flex-col tv-items-center tv-justify-center tv-cursor-pointer;
1609+ @apply tv-border-dashed tv-border-2 tv-rounded-xl tv-px-2 tv-py-4 tv-mt-4 tv-flex-col tv-items-center tv-justify-center tv-cursor-pointer;
16101610
16111611 display : none;
16121612
@@ -1646,7 +1646,7 @@ body {
16461646 }
16471647
16481648 .trieve-image-input-placeholder {
1649- @apply tv-text-sm tv- mt-6 tv-max-w-[75% ] tv-text-center;
1649+ @apply tv-mt-6 tv-max-w-[75% ] tv-text-center;
16501650 }
16511651 }
16521652
@@ -1685,7 +1685,7 @@ body {
16851685
16861686 .trieve-text-input-textarea-container {
16871687 .trieve-text-input-textarea {
1688- @apply tv-block tv-w-full tv-rounded-md tv-bg-white tv-px-3 tv-py-1.5 tv-outline tv-outline-1 tv--outline-offset-1 tv-outline-gray-300 placeholder:tv-text-gray-400 focus:tv-outline focus:tv-outline-2 focus:tv--outline-offset-2 sm: tv-text-sm/6 ;
1688+ @apply tv-block tv-w-full tv-rounded-xl tv-bg-white tv-px-3 tv-py-1.5 tv-outline tv-outline-1 tv--outline-offset-1 tv-outline-gray-300 placeholder:tv-text-gray-400 focus:tv-outline focus:tv-outline-2 focus:tv--outline-offset-2 tv-text-black ;
16891689
16901690 & : focus ,
16911691 & : hover {
@@ -1699,7 +1699,7 @@ body {
16991699 @apply tv-flex tv-w-full tv-mt-4;
17001700
17011701 .trieve-text-input-button {
1702- @apply tv-flex tv-items-center tv-justify-center tv-px-3 tv-py-1.5 tv-rounded-md tv-gap-x-1;
1702+ @apply tv-flex tv-items-center tv-justify-center tv-px-3 tv-py-1.5 tv-rounded-xl tv-gap-x-1;
17031703
17041704 background-color : var (--tv-prop-brand-color );
17051705 color : white;
@@ -1754,7 +1754,7 @@ body {
17541754 }
17551755
17561756 button .trieve-inference-filters-step-tag {
1757- @apply tv-flex tv-items-center tv-gap-x-1 tv-py-1 tv-px-2 tv-rounded-lg tv-cursor-pointer tv-bg-zinc-100;
1757+ @apply tv-flex tv-items-center tv-gap-x-1 tv-py-1 tv-px-2 tv-rounded-xl tv-cursor-pointer tv-bg-zinc-100;
17581758
17591759 & [data-active = "true" ] {
17601760 background-color : var (--tv-prop-brand-color );
0 commit comments