refactor: reorganize design instructions and improve clarity

- Move user provided design scheme section to be grouped with other design instructions
- update user message icon color to use accent-500
- Enhance wording for better professionalism and clarity in design scheme usage
This commit is contained in:
KevIsDev
2025-05-30 14:39:20 +01:00
parent 5838d7121a
commit f0c0bf2b9a
3 changed files with 11 additions and 10 deletions

View File

@@ -35,7 +35,7 @@ export function UserMessage({ content }: UserMessageProps) {
</span>
</div>
) : (
<div className="i-ph:user-fill text-2xl" />
<div className="i-ph:user-fill text-accent-500 text-2xl" />
)}
</div>
<div className="flex flex-col gap-4 bg-accent-500/10 backdrop-blur-sm p-3 py-3 w-auto rounded-lg mr-auto">