From 46b8f0b4d67f22ba712725834ec8bf99d6a1503b Mon Sep 17 00:00:00 2001 From: Brooklyn Nicholson Date: Mon, 27 Apr 2026 13:47:37 -0500 Subject: [PATCH] fix(tui): dim learning note color Use the active theme dim color for learning notes so they stay subtle on dark skins instead of inheriting the bright cornsilk text color. --- ui-tui/src/components/messageLine.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-tui/src/components/messageLine.tsx b/ui-tui/src/components/messageLine.tsx index ee036b4cca..b2c10d05c6 100644 --- a/ui-tui/src/components/messageLine.tsx +++ b/ui-tui/src/components/messageLine.tsx @@ -97,7 +97,7 @@ export const MessageLine = memo(function MessageLine({ if (msg.kind === 'learning') { return ( - + {msg.text}