From 8fc3d8100a368c417bc24617f40953b71f304cd4 Mon Sep 17 00:00:00 2001 From: Alexander Kadyrov Date: Thu, 21 Nov 2024 00:34:52 +0400 Subject: [PATCH] Change dark colors --- src/app/concepts/[id]/NotWellDefinedProblem.tsx | 2 +- src/app/concepts/[id]/ProblemRequiresChanges.tsx | 4 ++-- src/app/concepts/[id]/WellDefinedProblem.tsx | 4 ++-- src/app/ideas/[id]/components/SectionCompetitors.tsx | 2 +- src/app/ideas/[id]/components/SectionContentIdeas.tsx | 2 +- src/app/ideas/[id]/components/SectionElevatorPitch.tsx | 2 +- src/app/ideas/[id]/components/SectionProductNames.tsx | 2 +- src/app/ideas/[id]/components/SectionTargetAudiences.tsx | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/concepts/[id]/NotWellDefinedProblem.tsx b/src/app/concepts/[id]/NotWellDefinedProblem.tsx index 0a99498..52c9fab 100644 --- a/src/app/concepts/[id]/NotWellDefinedProblem.tsx +++ b/src/app/concepts/[id]/NotWellDefinedProblem.tsx @@ -46,7 +46,7 @@ const NotWellDefinedProblem = ({ problem, evaluation }: Props) => ( {evaluation.suggestions.map((item, index) => (
{item}
diff --git a/src/app/concepts/[id]/ProblemRequiresChanges.tsx b/src/app/concepts/[id]/ProblemRequiresChanges.tsx index 5ed1ad0..27042a3 100644 --- a/src/app/concepts/[id]/ProblemRequiresChanges.tsx +++ b/src/app/concepts/[id]/ProblemRequiresChanges.tsx @@ -117,7 +117,7 @@ const ProblemRequiresChanges = ({ conceptId, problem, evaluation }: Props) => { {evaluation.suggestions.map((item, index) => (

{item} @@ -133,7 +133,7 @@ const ProblemRequiresChanges = ({ conceptId, problem, evaluation }: Props) => { {evaluation.recommendations.map((item, index) => (

{item}

diff --git a/src/app/concepts/[id]/WellDefinedProblem.tsx b/src/app/concepts/[id]/WellDefinedProblem.tsx index 46d65c8..1c5c5b6 100644 --- a/src/app/concepts/[id]/WellDefinedProblem.tsx +++ b/src/app/concepts/[id]/WellDefinedProblem.tsx @@ -87,7 +87,7 @@ const WellDefinedProblem = ({ conceptId, evaluation }: Props) => { {evaluation.painPoints.map((item, index) => (

{item} @@ -102,7 +102,7 @@ const WellDefinedProblem = ({ conceptId, evaluation }: Props) => { {evaluation.targetAudience.map((item, index) => (

{item.segment} diff --git a/src/app/ideas/[id]/components/SectionCompetitors.tsx b/src/app/ideas/[id]/components/SectionCompetitors.tsx index baaf19e..619d81d 100644 --- a/src/app/ideas/[id]/components/SectionCompetitors.tsx +++ b/src/app/ideas/[id]/components/SectionCompetitors.tsx @@ -67,7 +67,7 @@ const SectionCompetitors: React.FC = ({ onReport(`competitor_analysis.competitors.${idx}`) } > -

+

Product:

diff --git a/src/app/ideas/[id]/components/SectionContentIdeas.tsx b/src/app/ideas/[id]/components/SectionContentIdeas.tsx index 7bcb455..ef7b9ae 100644 --- a/src/app/ideas/[id]/components/SectionContentIdeas.tsx +++ b/src/app/ideas/[id]/components/SectionContentIdeas.tsx @@ -142,7 +142,7 @@ const ContentIdea: React.FC = ({ header={header} onReport={() => onReport(`content_ideas_for_marketing.${section}`)} > -
+

Platforms:

{data.platforms.join(', ')} diff --git a/src/app/ideas/[id]/components/SectionElevatorPitch.tsx b/src/app/ideas/[id]/components/SectionElevatorPitch.tsx index 93a24ee..9fc6c94 100644 --- a/src/app/ideas/[id]/components/SectionElevatorPitch.tsx +++ b/src/app/ideas/[id]/components/SectionElevatorPitch.tsx @@ -99,7 +99,7 @@ const Pitch: React.FC = ({ idx, pitch, onReport }) => { header={`${idx + 1}. ${pitch.hook}`} onReport={() => onReport(`elevator_pitch.${idx}`)} > -
+
{pitch.problem} {pitch.solution} {pitch.valueProposition} diff --git a/src/app/ideas/[id]/components/SectionProductNames.tsx b/src/app/ideas/[id]/components/SectionProductNames.tsx index 6bc181d..53687da 100644 --- a/src/app/ideas/[id]/components/SectionProductNames.tsx +++ b/src/app/ideas/[id]/components/SectionProductNames.tsx @@ -56,7 +56,7 @@ const SectionProductNames: React.FC = ({ header={`${idx + 1}. ${productName.productName} - ${productName.tagline}`} onReport={() => onReport(`potential_product_names.${idx}`)} > -
+
{productName.why} {productName.targetAudienceInsight} diff --git a/src/app/ideas/[id]/components/SectionTargetAudiences.tsx b/src/app/ideas/[id]/components/SectionTargetAudiences.tsx index 6cf5730..2c35321 100644 --- a/src/app/ideas/[id]/components/SectionTargetAudiences.tsx +++ b/src/app/ideas/[id]/components/SectionTargetAudiences.tsx @@ -53,7 +53,7 @@ const SectionTargetAudiences: React.FC = ({ header={`${idx + 1}. ${audience.segment}`} onReport={() => onReport(`target_audiences.${audience.id}`)} > -
+

Description: