dont make user message bold
This commit is contained in:
@@ -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,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user