Workspaces in Workspaces all around

This commit is contained in:
2026-02-19 01:49:15 +00:00
parent 72bca6cd42
commit dd8ab84df5
84 changed files with 3047 additions and 749 deletions
@@ -72,7 +72,7 @@ export const QuestionActivity = ({ message, onAnswer }: QuestionActivityProps) =
return (
<div className="my-1 space-y-3">
{questions.map((q, qi) => (
<div key={qi} className="rounded-xl border border-duck-teal/20 bg-white/90 overflow-hidden">
<div key={qi} className="rounded-xl border border-duck-teal/20 bg-background/90 overflow-hidden">
<div className="flex items-center gap-2 px-4 py-2.5 bg-duck-teal/5 border-b border-duck-teal/10">
<MessageCircleQuestion className="h-4 w-4 text-duck-teal shrink-0" />
<span className="text-xs font-medium text-duck-teal uppercase tracking-wider">{q.header}</span>