Skip to content

Commit cd848ee

Browse files
adjust token usage text size
1 parent 7a498f8 commit cd848ee

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/client/components/ChatV2/ChatBox.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,9 @@ export const ChatBox = ({ disabled, onSubmit }: { disabled: boolean; onSubmit: (
7373
},
7474
}}
7575
/>
76-
<Box>
77-
<Typography variant="body1">
76+
77+
<Box>
78+
<Typography variant="body1" style={{ padding: '0.5rem', fontSize: '0.875rem' }}>
7879
{userStatus.usage} / {userStatus.limit} {t('status:tokensUsed')}
7980
</Typography>
8081
</Box>

0 commit comments

Comments
 (0)