We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8e92b1 commit 0ade3a8Copy full SHA for 0ade3a8
1 file changed
webview-ui/src/components/chat/PlanningBar.tsx
@@ -32,7 +32,7 @@ export const PlanningBar: FC<PlanningBarProps> = ({
32
</div>
33
<div className="my-auto text-sm flex-shrink-0">Creating</div>
34
<div className="relative my-auto min-w-0 flex-shrink overflow-hidden max-w-64">
35
- <div className="text-muted-foreground text-sm truncate">
+ <div className="text-white/80 text-sm truncate">
36
{requestedPlan}
37
38
0 commit comments