chore: uptick

This commit is contained in:
Brooklyn Nicholson 2026-04-08 10:35:07 -05:00
parent 31cb23890a
commit a9fa054df9
2 changed files with 159 additions and 9 deletions

View file

@ -24,7 +24,7 @@ export const MessageLine = memo(function MessageLine({
if (msg.role === 'tool') {
return (
<Box borderColor={t.color.dim} borderStyle="round" marginLeft={3} paddingX={1}>
<Box alignSelf="flex-start" borderColor={t.color.dim} borderStyle="round" marginLeft={3} paddingX={1}>
<Text color={t.color.dim}>{msg.text}</Text>
</Box>
)