Skip to content

Commit

Permalink
ui: use a smaller font in the user message
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcMcIntosh committed Jun 19, 2024
1 parent 97f4ca9 commit f30e506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ChatContent/UserInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function processLines(

if (!head.startsWith("```") || nextBackTicksIndex === -1) {
const processedLines = processedLinesMemo.concat(
<Text as="div" key={key}>
<Text size="2" as="div" key={key}>
{head}
</Text>,
);
Expand Down

0 comments on commit f30e506

Please sign in to comment.