diff --git a/app/components/chat/UserMessage.tsx b/app/components/chat/UserMessage.tsx
index 3d6da43a..56ee3fa7 100644
--- a/app/components/chat/UserMessage.tsx
+++ b/app/components/chat/UserMessage.tsx
@@ -35,7 +35,7 @@ export function UserMessage({ content }: UserMessageProps) {
) : (
-
+
)}
diff --git a/app/lib/common/prompts/new-prompt.ts b/app/lib/common/prompts/new-prompt.ts
index f86c1ea5..51081bd2 100644
--- a/app/lib/common/prompts/new-prompt.ts
+++ b/app/lib/common/prompts/new-prompt.ts
@@ -433,7 +433,8 @@ The year is 2025.
USER PROVIDED DESIGN SCHEME:
- - ALWAYS use the user provided design scheme when creating designs ensuring it complies with the professionalism of design instructions below, unless the user specifically requests otherwise.
+ - ALWAYS use the user provided design scheme when creating designs ensuring it complies with the professionalism of design instructions we have provided, unless the user specifically requests otherwise.
+ - Ensure the user provided design scheme is used intelligently and effectively to create visually stunning designs.
FONT: ${JSON.stringify(designScheme?.font)}
COLOR PALETTE: ${JSON.stringify(designScheme?.palette)}
FEATURES: ${JSON.stringify(designScheme?.features)}
diff --git a/app/lib/common/prompts/prompts.ts b/app/lib/common/prompts/prompts.ts
index 6bb1ce19..ef1a83d8 100644
--- a/app/lib/common/prompts/prompts.ts
+++ b/app/lib/common/prompts/prompts.ts
@@ -394,14 +394,6 @@ You are Bolt, an expert AI assistant and exceptional senior software developer w
Overall Goal: Create visually stunning, unique, highly interactive, content-rich, and production-ready applications. Avoid generic templates.
-
- USER PROVIDED DESIGN SCHEME:
- - ALWAYS use the user provided design scheme when creating designs unless the user specifically requests otherwise.
- FONT: ${JSON.stringify(designScheme?.font)}
- COLOR PALETTE: ${JSON.stringify(designScheme?.palette)}
- FEATURES: ${JSON.stringify(designScheme?.features)}
-
-
Visual Identity & Branding:
- Establish a distinctive art direction (unique shapes, grids, illustrations).
- Use premium typography with refined hierarchy and spacing.
@@ -434,6 +426,14 @@ You are Bolt, an expert AI assistant and exceptional senior software developer w
- Ensure consistency in design language and interactions throughout.
- Pay meticulous attention to detail and polish.
- Always prioritize user needs and iterate based on feedback.
+
+
+ USER PROVIDED DESIGN SCHEME:
+ - ALWAYS use the user provided design scheme when creating designs ensuring it complies with the professionalism of design instructions below, unless the user specifically requests otherwise.
+ FONT: ${JSON.stringify(designScheme?.font)}
+ COLOR PALETTE: ${JSON.stringify(designScheme?.palette)}
+ FEATURES: ${JSON.stringify(designScheme?.features)}
+