diff --git a/pcweb/pages/use_cases/common/features_1.py b/pcweb/pages/use_cases/common/features_1.py index 9be1b71c3..8133f95c9 100644 --- a/pcweb/pages/use_cases/common/features_1.py +++ b/pcweb/pages/use_cases/common/features_1.py @@ -12,7 +12,7 @@ def feature_card( rx.el.span(title, class_name="font-semibold text-slate-12 text-lg mt-2"), rx.el.p( description, - class_name="text-m-slate-11 dark:text-m-slate-9 text-sm font-medium", + class_name="text-secondary-11 text-sm font-medium", ) if description else None, @@ -20,11 +20,11 @@ def feature_card( *[ rx.el.li( item, - class_name="text-m-slate-11 dark:text-m-slate-9 text-sm font-medium mt-1", + class_name="text-secondary-11 text-sm font-medium mt-1", ) for item in items ], - class_name="text-m-slate-11 dark:text-m-slate-9 text-sm font-medium list-disc list-inside", + class_name="text-secondary-11 text-sm font-medium list-disc list-inside", ) if items else None, diff --git a/pcweb/pages/use_cases/common/features_2.py b/pcweb/pages/use_cases/common/features_2.py index eec7fb72d..9c36518b1 100644 --- a/pcweb/pages/use_cases/common/features_2.py +++ b/pcweb/pages/use_cases/common/features_2.py @@ -21,17 +21,17 @@ def feature_card( rx.el.span(title, class_name="font-semibold text-slate-12 text-lg mt-4"), rx.el.p( description, - class_name="text-m-slate-11 dark:text-m-slate-9 text-sm font-medium mt-2", + class_name="text-secondary-11 text-sm font-medium mt-2", ), rx.el.ul( *[ rx.el.li( item, - class_name="text-m-slate-11 dark:text-m-slate-9 text-sm font-medium mt-1", + class_name="text-secondary-11 text-sm font-medium mt-1", ) for item in items ], - class_name="text-m-slate-11 dark:text-m-slate-9 text-sm font-medium list-disc list-inside mt-2", + class_name="text-secondary-11 text-sm font-medium list-disc list-inside mt-2", ) if items else None, diff --git a/pcweb/pages/use_cases/common/final_section.py b/pcweb/pages/use_cases/common/final_section.py index 761572c1a..6ad8d1b34 100644 --- a/pcweb/pages/use_cases/common/final_section.py +++ b/pcweb/pages/use_cases/common/final_section.py @@ -14,14 +14,14 @@ def right_content(h1: str, description: str) -> rx.Component: ), rx.el.p( description, - class_name="text-m-slate-11 dark:text-m-slate-9 text-sm font-medium mt-2", + class_name="text-secondary-11 text-sm font-medium mt-2", ), ui.link( render_=ui.button( "Go to the builder", size="lg", variant="outline", - class_name="w-fit font-semibold lg:mt-auto mt-8 text-m-slate-11 dark:text-m-slate-9 border-m-slate-5 dark:border-m-slate-12", + class_name="w-fit font-semibold lg:mt-auto mt-8 text-secondary-11 border-m-slate-5 dark:border-m-slate-12", ), to=REFLEX_BUILD_URL, target="_blank", @@ -39,7 +39,7 @@ def left_content(h1: str, description: str) -> rx.Component: ), rx.el.p( description, - class_name="text-m-slate-11 dark:text-m-slate-9 text-sm font-medium", + class_name="text-secondary-11 text-sm font-medium", ), demo_form_dialog( trigger=ui.button( diff --git a/pcweb/pages/use_cases/common/quote.py b/pcweb/pages/use_cases/common/quote.py index a8209d344..ddc380390 100644 --- a/pcweb/pages/use_cases/common/quote.py +++ b/pcweb/pages/use_cases/common/quote.py @@ -16,7 +16,7 @@ def quote_card( ), rx.el.p( description, - class_name="text-m-slate-11 dark:text-m-slate-9 text-sm font-medium", + class_name="text-secondary-11 text-sm font-medium", ), class_name="flex flex-col gap-6 border-b border-m-slate-4 dark:border-m-slate-12 p-10", ), @@ -24,7 +24,7 @@ def quote_card( rx.el.p(quote, class_name="text-slate-12 text-lg font-semibold"), rx.el.p( name, - class_name="text-m-slate-11 dark:text-m-slate-9 text-base font-medium", + class_name="text-secondary-11 text-base font-medium", ), class_name="flex flex-col gap-2 p-10", ), diff --git a/pcweb/pages/use_cases/common/social_proof.py b/pcweb/pages/use_cases/common/social_proof.py index 7d54af3ef..c2c5d89be 100644 --- a/pcweb/pages/use_cases/common/social_proof.py +++ b/pcweb/pages/use_cases/common/social_proof.py @@ -8,11 +8,11 @@ def first_card(title: str) -> rx.Component: return rx.el.div( ui.icon( "CheckmarkBadge02Icon", - class_name="text-m-slate-11 dark:text-m-slate-9 shrink-0", + class_name="text-secondary-11 shrink-0", ), rx.el.span( title, - class_name="text-m-slate-11 dark:text-m-slate-9 text-sm font-medium text-wrap", + class_name="text-secondary-11 text-sm font-medium text-wrap", ), class_name="flex flex-row gap-2.5 items-center max-lg:justify-center lg:col-span-2 px-10 h-full max-lg:h-[10.75rem] max-lg:w-full lg:border-r border-b w-full", ) diff --git a/pcweb/pages/use_cases/common/stats.py b/pcweb/pages/use_cases/common/stats.py index 224fe2f86..6e1d0deda 100644 --- a/pcweb/pages/use_cases/common/stats.py +++ b/pcweb/pages/use_cases/common/stats.py @@ -19,7 +19,7 @@ def stat_card( ), rx.el.p( description, - class_name="text-m-slate-11 dark:text-m-slate-9 text-sm font-medium", + class_name="text-secondary-11 text-sm font-medium", ), class_name="flex flex-col items-start p-10 gap-2 border-slate-3 lg:border-b lg:border-r", ) diff --git a/pcweb/pages/use_cases/consulting/views/social_proof.py b/pcweb/pages/use_cases/consulting/views/social_proof.py index c0052abfd..e370c1bfb 100644 --- a/pcweb/pages/use_cases/consulting/views/social_proof.py +++ b/pcweb/pages/use_cases/consulting/views/social_proof.py @@ -19,11 +19,11 @@ def first_card(title: str) -> rx.Component: return rx.el.div( ui.icon( "CheckmarkBadge02Icon", - class_name="text-m-slate-11 dark:text-m-slate-9 shrink-0", + class_name="text-secondary-11 shrink-0", ), rx.el.span( title, - class_name="text-m-slate-11 dark:text-m-slate-9 text-sm font-medium text-wrap", + class_name="text-secondary-11 text-sm font-medium text-wrap", ), class_name="flex flex-row gap-2.5 items-center max-lg:justify-center lg:col-span-2 px-10 h-full max-lg:h-[10.75rem] max-lg:w-full w-full lg:border-r", ) diff --git a/pcweb/pages/use_cases/finance/views/social_proof.py b/pcweb/pages/use_cases/finance/views/social_proof.py index 32117879d..a2b3031c9 100644 --- a/pcweb/pages/use_cases/finance/views/social_proof.py +++ b/pcweb/pages/use_cases/finance/views/social_proof.py @@ -17,11 +17,11 @@ def first_card(title: str) -> rx.Component: return rx.el.div( ui.icon( "CheckmarkBadge02Icon", - class_name="text-m-slate-11 dark:text-m-slate-9 shrink-0", + class_name="text-secondary-11 shrink-0", ), rx.el.span( title, - class_name="text-m-slate-11 dark:text-m-slate-9 text-sm font-medium text-wrap", + class_name="text-secondary-11 text-sm font-medium text-wrap", ), class_name="flex flex-row gap-2.5 items-center max-lg:justify-center lg:col-span-2 px-10 h-full max-lg:h-[10.75rem] max-lg:w-full w-full lg:border-r", ) diff --git a/pcweb/pages/use_cases/government/views/social_proof.py b/pcweb/pages/use_cases/government/views/social_proof.py index 9f6598767..c068824c6 100644 --- a/pcweb/pages/use_cases/government/views/social_proof.py +++ b/pcweb/pages/use_cases/government/views/social_proof.py @@ -17,11 +17,11 @@ def first_card(title: str) -> rx.Component: return rx.el.div( ui.icon( "CheckmarkBadge02Icon", - class_name="text-m-slate-11 dark:text-m-slate-9 shrink-0", + class_name="text-secondary-11 shrink-0", ), rx.el.span( title, - class_name="text-m-slate-11 dark:text-m-slate-9 text-sm font-medium text-wrap", + class_name="text-secondary-11 text-sm font-medium text-wrap", ), class_name="flex flex-row gap-2.5 items-center max-lg:justify-center lg:col-span-2 px-10 h-full max-lg:h-[10.75rem] max-lg:w-full w-full lg:border-r", ) diff --git a/pcweb/pages/use_cases/healthcare/views/social_proof.py b/pcweb/pages/use_cases/healthcare/views/social_proof.py index 58dcf1163..0f82df93b 100644 --- a/pcweb/pages/use_cases/healthcare/views/social_proof.py +++ b/pcweb/pages/use_cases/healthcare/views/social_proof.py @@ -5,7 +5,6 @@ LOGOS = [ "dana_farber", - "united_health_group", "ggdzl", "mercy", "drager", @@ -19,11 +18,11 @@ def first_card(title: str) -> rx.Component: return rx.el.div( ui.icon( "CheckmarkBadge02Icon", - class_name="text-m-slate-11 dark:text-m-slate-9 shrink-0", + class_name="text-secondary-11 shrink-0", ), rx.el.span( title, - class_name="text-m-slate-11 dark:text-m-slate-9 text-sm font-medium text-wrap", + class_name="text-secondary-11 text-sm font-medium text-wrap", ), class_name="flex flex-row gap-2.5 items-center max-lg:justify-center lg:col-span-2 px-10 h-full max-lg:h-[10.75rem] max-lg:w-full w-full lg:border-r", )