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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user