refactor: migrate page components to Design System v4
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -180,8 +180,8 @@ export default function KBAcceleratorPage() {
|
||||
<div className="flex flex-col h-full min-h-0 p-6">
|
||||
{/* Page title */}
|
||||
<div className="shrink-0 flex items-center gap-3 mb-6">
|
||||
<Sparkles size={24} className="text-primary" />
|
||||
<h1 className="text-2xl font-heading font-bold text-foreground">KB Accelerator</h1>
|
||||
<Sparkles size={24} className="text-[#22d3ee]" />
|
||||
<h1 className="text-2xl font-heading font-bold text-[#e2e5eb]">KB Accelerator</h1>
|
||||
</div>
|
||||
|
||||
{/* Phases */}
|
||||
@@ -196,12 +196,12 @@ export default function KBAcceleratorPage() {
|
||||
|
||||
{phase === 'processing' && (
|
||||
<div className="flex-1 flex flex-col items-center justify-center gap-4">
|
||||
<Loader2 size={40} className="text-primary animate-spin" />
|
||||
<Loader2 size={40} className="text-[#22d3ee] animate-spin" />
|
||||
<div className="text-center">
|
||||
<p className="text-lg font-heading font-semibold text-foreground">
|
||||
<p className="text-lg font-heading font-semibold text-[#e2e5eb]">
|
||||
Converting your KB article...
|
||||
</p>
|
||||
<p className="text-sm text-muted-foreground mt-1">
|
||||
<p className="text-sm text-[#848b9b] mt-1">
|
||||
AI is analyzing your content and generating an interactive flow.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user