dont make user message bold

This commit is contained in:
Simon Klee
2026-05-06 22:44:13 +02:00
parent aebe0cc845
commit 2a3c547feb
@@ -22,7 +22,7 @@ export function entryLook(commit: StreamCommit, theme: RunEntryTheme): { fg: Col
if (commit.kind === "user") {
return {
fg: theme.user.body,
attrs: TextAttributes.BOLD,
//attrs: TextAttributes.BOLD,
}
}