We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c497b8 commit 5196b02Copy full SHA for 5196b02
1 file changed
src/ui/components/MessageView/index.tsx
@@ -170,7 +170,7 @@ function StatusLine({
170
</Box>
171
<Box flexGrow={1} width={contentWidth} gap={1}>
172
<Text wrap={mode === RawMode.Lite ? "truncate-end" : "wrap"}>
173
- <Text key="name" bold color={theme.text}>
+ <Text key="name" bold>
174
{name}
175
</Text>
176
{params ? (
0 commit comments