diff --git a/frontend/src/components/assistant/ConcludeSessionModal.tsx b/frontend/src/components/assistant/ConcludeSessionModal.tsx index 5f285706..f874cab3 100644 --- a/frontend/src/components/assistant/ConcludeSessionModal.tsx +++ b/frontend/src/components/assistant/ConcludeSessionModal.tsx @@ -152,7 +152,7 @@ export function ConcludeSessionModal({ {/* Header */}
@@ -178,7 +178,7 @@ export function ConcludeSessionModal({ {/* Step indicator */}
{(['select-outcome', 'add-notes', 'summary'] as ModalStep[]).map((s, i) => (
@@ -283,7 +283,7 @@ export function ConcludeSessionModal({ } rows={4} className="w-full resize-none rounded-xl border bg-card text-foreground text-sm placeholder:text-muted-foreground px-4 py-3 focus:outline-hidden focus:border-primary/30" - style={{ borderColor: 'var(--glass-border)' }} + style={{ borderColor: 'var(--color-border-default)' }} />
@@ -309,7 +309,7 @@ export function ConcludeSessionModal({ {/* Generated summary */}
@@ -328,7 +328,7 @@ export function ConcludeSessionModal({ {/* Footer actions */}
{step === 'select-outcome' && ( <> diff --git a/frontend/src/components/common/BrandLogo.tsx b/frontend/src/components/common/BrandLogo.tsx index 3a7ea20a..52ab9552 100644 --- a/frontend/src/components/common/BrandLogo.tsx +++ b/frontend/src/components/common/BrandLogo.tsx @@ -6,7 +6,7 @@ interface BrandLogoProps { } /** - * Brand logo mark: gradient cyan square with rounded corners + * Brand logo mark: gradient orange square with rounded corners * containing a white lightning bolt. */ export function BrandLogo({ size = 'sm', className }: BrandLogoProps) { diff --git a/frontend/src/components/common/RichTextInput.tsx b/frontend/src/components/common/RichTextInput.tsx index 914726cd..5c390ff9 100644 --- a/frontend/src/components/common/RichTextInput.tsx +++ b/frontend/src/components/common/RichTextInput.tsx @@ -234,7 +234,7 @@ export function RichTextInput({ disabled={disabled} className={cn( 'w-full bg-card border border-border rounded-xl p-3 text-sm text-foreground placeholder:text-muted-foreground', - 'focus:border-[rgba(6,182,212,0.3)] focus:outline-none resize-none transition-colors', + 'focus:border-[rgba(249,115,22,0.3)] focus:outline-none resize-none transition-colors', isDragOver && 'border-primary/50 bg-primary/5', disabled && 'opacity-50 cursor-not-allowed' )} diff --git a/frontend/src/components/copilot/CopilotPanel.tsx b/frontend/src/components/copilot/CopilotPanel.tsx index a70164b1..57236d16 100644 --- a/frontend/src/components/copilot/CopilotPanel.tsx +++ b/frontend/src/components/copilot/CopilotPanel.tsx @@ -96,13 +96,13 @@ export function CopilotPanel({ isOpen, onClose, treeId, sessionId, currentNodeId background: 'rgba(16, 17, 20, 0.95)', backdropFilter: 'var(--glass-blur)', WebkitBackdropFilter: 'var(--glass-blur)', - borderColor: 'var(--glass-border)', + borderColor: 'var(--color-border-default)', }} > {/* Header */}
@@ -155,7 +155,7 @@ export function CopilotPanel({ isOpen, onClose, treeId, sessionId, currentNodeId
{/* Input */} -
+